Quantcast

Erlang number of processes limit (erl +P XXXX)

classic Classic list List threaded Threaded
2 messages Options
Zvi
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Erlang number of processes limit (erl +P XXXX)

Zvi
Hi,
Is number of processes limit is per node (i.e. single beam process) or
cluster of node (in case of distributed erlang)?

I hope it's per node, otherwise why each pid has 3 indices/components?

thanks in advance,
Zvi

________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:[hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Erlang number of processes limit (erl +P XXXX)

Mihai Balea

On Jan 31, 2011, at 7:20 AM, Zvi wrote:

> Hi,
> Is number of processes limit is per node (i.e. single beam process) or
> cluster of node (in case of distributed erlang)?

The limit is per beam process.

Mihai

________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:[hidden email]

Loading...