aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/erlexec.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-03-04 17:08:31 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-04 17:08:31 +0100
commite330a493032c35c0ca69cd78142e2ec03f5e370b (patch)
tree42c68f822ca23ffd503b5bd4b2044334b5fca2dc /erts/etc/common/erlexec.c
parent14ddc5594d74979a15a256a41fba5f1297aeaa1a (diff)
downloadotp-e330a493032c35c0ca69cd78142e2ec03f5e370b.tar.gz
otp-e330a493032c35c0ca69cd78142e2ec03f5e370b.tar.bz2
otp-e330a493032c35c0ca69cd78142e2ec03f5e370b.zip
erts: Enable command line argument for initial pd size
Use '+hpds size' to set initial process dictionary size for spawned processes.
Diffstat (limited to 'erts/etc/common/erlexec.c')
-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
};