diff options
author | Rickard Green <[email protected]> | 2010-09-06 10:53:27 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-09-06 10:53:27 +0200 |
commit | ac64f33f2baf717ce77337069d434d25c37d46cf (patch) | |
tree | 9119b9695a4c943fd3b361aebc419dededa17832 /erts/etc/common/erlexec.c | |
parent | d834040eeb1383157320a650984a47bb02bbb2d1 (diff) | |
parent | d8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e (diff) | |
download | otp-ac64f33f2baf717ce77337069d434d25c37d46cf.tar.gz otp-ac64f33f2baf717ce77337069d434d25c37d46cf.tar.bz2 otp-ac64f33f2baf717ce77337069d434d25c37d46cf.zip |
Merge branch 'rickard/scheduler-wakeup-threshold/OTP-8811' into dev
* rickard/scheduler-wakeup-threshold/OTP-8811:
Add scheduler wakup threshold as command line argument
Lower the scheduler wakeup threshold
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 76ce0a7e3c..c1fc2aebee 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -120,6 +120,7 @@ static char *plusM_other_switches[] = { static char *pluss_val_switches[] = { "bt", "ct", + "wt", "ss", NULL }; |