[erlang-questions] The short name effect memory used

Solomon solomon.wzs@REDACTED
Wed Oct 10 12:42:45 CEST 2012


Hi. I bulid a web server with mochiweb, I start server with:
*erl -pa ebin edit deps/*/ebin -sname my_webserver_dev -s my_webserver*
The server used about 1GB memory. But when I start server with:
*erl -pa ebin edit deps/*/ebin -sname my_webserver_ -s my_webserver*
It just used 20MB memory.
What is the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121010/e86b5915/attachment.htm>


More information about the erlang-questions mailing list