[erlang-questions] Choke Point

Mihai Balea mihai@REDACTED
Fri May 27 18:02:20 CEST 2011


On May 27, 2011, at 10:25 AM, Henning Diedrich wrote:

> Does the Erlang VM have a choke threshold beyond which performance degrades, similar to the 2GB that the Java VM has/had? [1]
> 
> I understand Erlang has per process gc and not this gc issue therefore. I am asking not specifically about gc but about any implicit practical limit.

Not a threshold per se, but you can experience serious performance degradation if messages are allowed to accumulate in a process' mailbox. Typical of a producer/consumer situation, when the consumer can't keep up.

Mihai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110527/6f3f5b30/attachment.htm>


More information about the erlang-questions mailing list