[erlang-questions] Crash on alloc

Francesco Cesarini (Erlang Training and Consulting) francesco@REDACTED
Fri Feb 6 19:13:22 CET 2009


This is the standard behaviour when the VM runs out of memory.... Try 
generating smaller lists or adding more memory to your computer.

Francesco
--
http://www.erlang-consulting.com

Imre Palik wrote:
> Hi,
>
> can anybody explain why I'm getting this:
>
> 3> {lists:seq(3, 40000000, 2), lists:seq(3, 40000000, 2)}.
>
> Crash dump was written to: erl_crash.dump
> eheap_alloc: Cannot allocate 373662860 bytes of memory (of type "heap").
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
>
> Process inferior-erlang finished
>
>
> Thx.
>
> I.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>   



More information about the erlang-questions mailing list