[erlang-questions] eheap_alloc problem
Torbjorn Tornkvist
tobbe@REDACTED
Wed Nov 8 11:11:40 CET 2006
pronay.biswas@REDACTED wrote:
> Hi,
>
> We are facing process related issue with our server implemented in
> Erlang.The Server stopped running after 5 hrs of TC(Test case) execution.
> The server stopped with message:
> ...
> eheap_alloc: Cannot allocate 785672 bytes of memory (of type "heap").
> 20856 Abort
You have allocated too much memory.
You probably gor an erl_crash.dump file.
I can recommend to put it into the Erlang crash_dump viewer.
Look for what the system executed when it crashed.
Look for large processes (memmory wise).
--Tobbe
>
> What may be reason for that???
>
> Thanks and Regards,
> Pronay
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s)
> and may contain proprietary, confidential or privileged information. If
> you are not the intended recipient, you should not disseminate,
> distribute or copy this e-mail. Please notify the sender immediately and
> destroy all copies of this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses.
> The company accepts no liability for any damage caused by any virus
> transmitted by this email.
>
> www.wipro.com
>
More information about the erlang-questions
mailing list