aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/erlexec.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2010-09-04 00:18:45 +0200
committerRickard Green <[email protected]>2010-09-04 00:29:53 +0200
commitd8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e (patch)
tree5573684db6aec82d59af13239e16461f4c61303d /erts/etc/common/erlexec.c
parent14b1091a4b09e5626aaa63e9d1ea60e829fc829b (diff)
downloadotp-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/common/erlexec.c')
-rw-r--r--erts/etc/common/erlexec.c1
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
};