diff options
author | Rickard Green <[email protected]> | 2010-09-04 00:18:45 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-09-04 00:29:53 +0200 |
commit | d8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e (patch) | |
tree | 5573684db6aec82d59af13239e16461f4c61303d /erts/etc | |
parent | 14b1091a4b09e5626aaa63e9d1ea60e829fc829b (diff) | |
download | otp-d8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e.tar.gz otp-d8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e.tar.bz2 otp-d8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e.zip |
Add scheduler wakup threshold as command line argument
The scheduler wakeup threshold is now possible to adjust at system boot.
For more information see the `+swt' command line argument of `erl'.
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 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 }; |