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/emulator/beam/erl_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'erts/emulator/beam/erl_process.h') diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index e49710a7ed..4365e409e5 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1038,6 +1038,8 @@ ErtsProcList *erts_proclist_create(Process *); void erts_proclist_destroy(ErtsProcList *); int erts_proclist_same(ErtsProcList *, Process *); +int erts_sched_set_wakeup_limit(char *str); + #ifdef DEBUG void erts_dbg_multi_scheduling_return_trap(Process *, Eterm); #endif -- cgit v1.2.3