diff options
author | Lukas Larsson <[email protected]> | 2013-02-25 17:34:56 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-02-25 17:34:56 +0100 |
commit | a246ae201136048d4d7545c66b2e790502654833 (patch) | |
tree | cac2ca98cd4c78caf7644d6f0d0fe993ca0869d2 /erts/doc | |
parent | d4d98b8649d24f0a8c267e360bf58e54f04ae505 (diff) | |
parent | c717fc6e0d660cb39f09dc079643991559168d40 (diff) | |
download | otp-a246ae201136048d4d7545c66b2e790502654833.tar.gz otp-a246ae201136048d4d7545c66b2e790502654833.tar.bz2 otp-a246ae201136048d4d7545c66b2e790502654833.zip |
Merge branch 'lukas/erts/default_ports_win32/OTP-10892'
* lukas/erts/default_ports_win32/OTP-10892:
Update to work with new default windows max ports
Set default max ports on win32 to 8192
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index bd03fb4970..bb81330fec 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -665,6 +665,8 @@ than <c>65536</c>, the chosen value will increased to a value larger or equal to the maximum amount of file descriptors that can be opened.</p> + <p>On Windows the default value is set to <c>8196</c> because the + normal OS limitations are set higher than most machines can handle.</p> <p>Previously the environment variable <c>ERL_MAX_PORTS</c> was used for setting the maximum number of simultaneously existing ports. This environment variable is deprecated, and scheduled for removal in |