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/etc | |
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/etc')
-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 }; |