From b74e9a3d03d685345a8fa592b033a9d691e6e7c0 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 28 Mar 2012 14:03:25 +0200 Subject: Implement proposal for new scheduler wakeup strategy --- erts/doc/src/erl.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 50f90ec9df..33a6339b04 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -867,6 +867,17 @@

For more information, see erlang:system_flag(cpu_topology, CpuTopology).

+ +sws default|legacy|proposal + +

Set scheduler wakeup strategy. Default is legacy (has been + used since OTP-R13B). The proposal strategy is the currently + proposed strategy for OTP-R16. Note that the proposal strategy + might change during OTP-R15. +

+

NOTE: This flag may be removed or changed at any time + without prior notice. +

+
+swt very_low|low|medium|high|very_high

Set scheduler wakeup threshold. Default is medium. -- cgit v1.2.3