During stress testing of my erlang server with an increase in the number of (100, 200, 300, ....) clients that are also in erlang, I received some message on the Windows console if the number of clients exceeds 200. message
* "A reset failure was recorded on: erl_crash.dump. Eheap_alloc: Unable to allocate 8414160 bytes of memory (heap type). Abnormal termination" *.
This is a problem with windows. But if I test server load on a Linux system, it can work for any number of clients until the system load reaches saturation.
can anyone help me override this problem?
Thank.
source
share