diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-03-04 17:08:31 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-25 10:23:00 +0100 |
commit | c7a07bf984739bcc679d800e5383c01e1d07ffa5 (patch) | |
tree | 5eff0911ca1a2155e0624344a06c589c110509f2 /erts/etc/common/erlexec.c | |
parent | 3d184db38d2389c463dd3ad88c34992f8427f30d (diff) | |
download | otp-c7a07bf984739bcc679d800e5383c01e1d07ffa5.tar.gz otp-c7a07bf984739bcc679d800e5383c01e1d07ffa5.tar.bz2 otp-c7a07bf984739bcc679d800e5383c01e1d07ffa5.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.c | 1 |
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 }; |