diff options
author | Rickard Green <[email protected]> | 2011-11-09 17:21:20 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2011-11-15 10:33:08 +0100 |
commit | ac7dcc23af68ef5a01ce5ca03ad485595bf5e18b (patch) | |
tree | 1f047312e72b3ba05b30b621cb9595091d3a7ad9 /erts/etc/common/erlexec.c | |
parent | d328f453e7cd6e24856b0c80e0b8c4ed6def5461 (diff) | |
download | otp-ac7dcc23af68ef5a01ce5ca03ad485595bf5e18b.tar.gz otp-ac7dcc23af68ef5a01ce5ca03ad485595bf5e18b.tar.bz2 otp-ac7dcc23af68ef5a01ce5ca03ad485595bf5e18b.zip |
Add switch that can disable scheduler compaction of load
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 2bd576d8e8..95cb688b29 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -122,6 +122,7 @@ static char *plusM_other_switches[] = { /* +s arguments with values */ static char *pluss_val_switches[] = { "bt", + "cl", "ct", "wt", "ss", |