diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-03-12 10:33:29 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-12 10:33:29 +0100 |
commit | 306d7bc2282c8ff9545ae3a9e958b2746677958f (patch) | |
tree | 0431c97ed38598371e4c44f3ab1d5a7fe0696925 /erts/doc/src | |
parent | c87e11b41c28318086ec612f5ad10bbc9d26f955 (diff) | |
parent | 93f0ff928b89dce4e62e4017065d87fcc5cf4cf8 (diff) | |
download | otp-306d7bc2282c8ff9545ae3a9e958b2746677958f.tar.gz otp-306d7bc2282c8ff9545ae3a9e958b2746677958f.tar.bz2 otp-306d7bc2282c8ff9545ae3a9e958b2746677958f.zip |
Merge branch 'egil/process_dictionary-initial-size/OTP-12535'
* egil/process_dictionary-initial-size/OTP-12535:
erts: Document option 'hpds'
erts: Enable command line argument for initial pd size
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 16000191dc..c25c9eeedb 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 |