From 447eecd1af7ba3e3a46098d93b88964c0f71ca41 Mon Sep 17 00:00:00 2001
From: Rickard Green
Date: Tue, 3 Apr 2012 19:53:52 +0200
Subject: Add switch controlling scheduler busy wait
---
erts/doc/src/erl.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to 'erts/doc')
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index cfbc38f176..0df16a551c 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -766,6 +766,16 @@
erlang:system_info(scheduler_bindings).
+ +sbwt none|very_short|short|medium|long|very_long
+ -
+
Set scheduler busy wait threshold. Default is medium.
+ The threshold determines how long schedulers should busy
+ wait when running out of work before going to sleep.
+
+ NOTE: This flag may be removed or changed at any time
+ without prior notice.
+
+
+scl true|false
-
Enable or disable scheduler compaction of load. By default
--
cgit v1.2.3