[erlang-questions] Mnesia could not write core file: system_limit

Roberto Aloi roberto.aloi@REDACTED
Wed Dec 9 11:24:17 CET 2009


Hi,

a link that could be useful to investigate possible system limits occurring:

http://www.erlang.org/doc/efficiency_guide/advanced.html#id2265856

Then, you might want to use (but you probably did already):
* erlang:system_info()
* erlang:memory()
* length(processes())
* erlang:process_info/2

At least, this is what I would do...

Regards,

-- 
Roberto Aloi
roberto.aloi@REDACTED
http://www.erlang-consulting.com


More information about the erlang-questions mailing list