aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-03-12 10:33:29 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-12 10:33:29 +0100
commit306d7bc2282c8ff9545ae3a9e958b2746677958f (patch)
tree0431c97ed38598371e4c44f3ab1d5a7fe0696925 /erts/etc
parentc87e11b41c28318086ec612f5ad10bbc9d26f955 (diff)
parent93f0ff928b89dce4e62e4017065d87fcc5cf4cf8 (diff)
downloadotp-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/etc')
-rw-r--r--erts/etc/common/erlexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
index 5ebde8ca3c..b68e109b43 100644
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
@@ -143,6 +143,7 @@ static char *pluss_val_switches[] = {
static char *plush_val_switches[] = {
"ms",
"mbs",
+ "pds",
"",
NULL
};