[erlang-questions] Determing ERLANG_MAX_PORTS on running VM?
Anthony Molinaro
anthonym@REDACTED
Thu Oct 18 00:53:37 CEST 2012
Hi,
In the efficiency guide
http://erlang.org/doc/efficiency_guide/advanced.html#id67006
there a few system limits discussed.
The maximum number of processes can be set with +P and
determined on a running system with
erlang:system_info (process_limit)
However, the maximum ports does not seem to have an equivalent
(also it only seems to be able to be set with an environment
variable).
Is there some way to get at the information on a running system?
Thanks,
-Anthony
--
------------------------------------------------------------------------
Anthony Molinaro <anthonym@REDACTED>
More information about the erlang-questions
mailing list