From ab6583fd6599964be848ae70dfa94e59b7540098 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Thu, 20 Dec 2012 00:41:02 +0100 Subject: Fix documentation --- erts/doc/src/erlang.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 1a97a84b42..343ae3c676 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -5644,35 +5644,35 @@ ok For more information see the +spp command line argument of erl(1).

- process_count + port_count

Returns the number of ports currently existing at the local node as an integer. The same value as - length(erlang:ports()) returns.

+ length(erlang:ports()) returns, but more efficient.

port_limit

Returns the maximum number of simultaneously existing ports at the local node as an integer. This limit can be configured at startup by using the - +Q + +Q command line flag of - erl(1).

+ erl(1).

- process_count + process_count

Returns the number of processes currently existing at the local node as an integer. The same value as - length(processes()) returns.

+ length(processes()) returns, but more efficient.

process_limit

Returns the maximum number of simultaneously existing processes at the local node as an integer. This limit can be configured at startup by using the - +P + +P command line flag of - erl(1).

+ erl(1).

procs -- cgit v1.2.3