aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl.xml
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2013-06-12 15:55:28 +0200
committerRickard Green <[email protected]>2013-06-12 15:55:28 +0200
commit1a01cae765a20c629f1647fba4126e8ed0e2ec9d (patch)
tree3ccee04d951d680dd422e265103c643cabc41f0c /erts/doc/src/erl.xml
parent5abf95afb89eb6c2a93f68c08694710e23bab546 (diff)
parent64fcb4fefc24cba2d2c81ebb236b89c676c06c4b (diff)
downloadotp-1a01cae765a20c629f1647fba4126e8ed0e2ec9d.tar.gz
otp-1a01cae765a20c629f1647fba4126e8ed0e2ec9d.tar.bz2
otp-1a01cae765a20c629f1647fba4126e8ed0e2ec9d.zip
Merge branch 'maint'
* maint: erts: Add the +sfwi system flag
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r--erts/doc/src/erl.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 2b2d604c9d..c151b35d77 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -1037,6 +1037,20 @@
<p>For more information, see
<seealso marker="erlang#system_info_cpu_topology">erlang:system_info(cpu_topology)</seealso>.</p>
</item>
+ <tag><marker id="+sfwi"><c>+sfwi Interval</c></marker></tag>
+ <item>
+ <p>Set scheduler forced wakeup interval. All run queues will
+ be scanned each <c>Interval</c> milliseconds. While there are
+ sleeping schedulers in the system, one scheduler will be woken
+ for each non-empty run queue found. An <c>Interval</c> of zero
+ disables this feature, which also is the default.
+ </p>
+ <p>This feature has been introduced as a temporary workaround
+ for lengthy executing native code, and native code that do not
+ bump reductions properly in OTP. When these bugs have be fixed
+ the <c>+sfwi</c> flag will be removed.
+ </p>
+ </item>
<tag><marker id="+stbt"><c>+stbt BindType</c></marker></tag>
<item>
<p>Try to set scheduler bind type. The same as the