diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-03-04 17:28:37 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-04 17:28:37 +0100 |
commit | 93f0ff928b89dce4e62e4017065d87fcc5cf4cf8 (patch) | |
tree | e7e9dc726a2722847a7d9508c5b80480ddd26c66 /erts/doc/src | |
parent | e330a493032c35c0ca69cd78142e2ec03f5e370b (diff) | |
download | otp-93f0ff928b89dce4e62e4017065d87fcc5cf4cf8.tar.gz otp-93f0ff928b89dce4e62e4017065d87fcc5cf4cf8.tar.bz2 otp-93f0ff928b89dce4e62e4017065d87fcc5cf4cf8.zip |
erts: Document option 'hpds'
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index d11f6b0c6d..f08467bfc6 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -588,6 +588,11 @@ <p>Sets the default binary virtual heap size of processes to the size <c><![CDATA[Size]]></c>.</p> </item> + <tag><c><![CDATA[+hpds Size]]></c></tag> + <item> + <p>Sets the initial process dictionary size of processes to the size + <c><![CDATA[Size]]></c>.</p> + </item> <tag><c><![CDATA[+K true | false]]></c></tag> <item> <p>Enables or disables the kernel poll functionality if |