From d8e862b5b4a354bdeee2d2b4d6d46024d4aabb0e Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Sat, 4 Sep 2010 00:18:45 +0200 Subject: 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'. --- erts/etc/common/erlexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/etc/common/erlexec.c') 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 }; -- cgit v1.2.3