With the release of Erlang R15B02, the ability to generate what are called "slim releases" was added to the Erlang reltool
application. Basically, a normal release as generated by Erlang's reltool
application contains not only your application's code, but also a complete Erlang installation and all dependency applications, while a slim release does not contain the full Erlang installation.... (more)