Erlang Process Limits !!!
Bengt Kleberg
bengt.kleberg@REDACTED
Thu Sep 1 13:56:33 CEST 2005
On 2005-09-01 13:45, vipin wrote:
> Hello all,
>
> Is the maximum number of processes on an Erlang node a hard limit, or is
> there the potential for this to be increased (beyond 32767)?
from the erl (command used when starting erlang) manual page:
+P Number:
Sets the maximum number of concurrent processes for
this system. By default this value is 32768. The
Number must be in the range [16, 268435456].
bengt
More information about the erlang-questions
mailing list