aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-03-26 10:42:04 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-26 10:42:04 +0100
commit41f2a54d9fed232be06a3c4be06779e9455a62b4 (patch)
tree571857289abe85cf896cf996a43fd3af3c009a0e /erts/etc/common
parentd28310bd395aa4465c89aa3175d59a1886294c78 (diff)
parent89987ada3c997fd9f1e1f8c8ed73da0394bda4ee (diff)
downloadotp-41f2a54d9fed232be06a3c4be06779e9455a62b4.tar.gz
otp-41f2a54d9fed232be06a3c4be06779e9455a62b4.tar.bz2
otp-41f2a54d9fed232be06a3c4be06779e9455a62b4.zip
Merge branch 'egil/maint/process_dictionary-initial-size/OTP-12535' into maint
* egil/maint/process_dictionary-initial-size/OTP-12535: erts: Document option 'hpds' erts: Enable command line argument for initial pd size
Diffstat (limited to 'erts/etc/common')
-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
};