aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-02-19 16:52:58 +0100
committerFredrik Gustafsson <[email protected]>2013-02-20 11:58:04 +0100
commitd927cfe22aeda6d48bde0f92fb0605f07f5db94a (patch)
tree834bd1886b52ad9f9d4436a29b36c9c620f419ec /erts
parentf6f7f67b60b3b67e79a2a4d23542bf5c74542fd3 (diff)
downloadotp-d927cfe22aeda6d48bde0f92fb0605f07f5db94a.tar.gz
otp-d927cfe22aeda6d48bde0f92fb0605f07f5db94a.tar.bz2
otp-d927cfe22aeda6d48bde0f92fb0605f07f5db94a.zip
Changed documentation for +sws option
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erl.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index f354d68d45..5bfa518266 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -985,15 +985,12 @@
documentation of the <seealso marker="#+sbt">+sbt</seealso> flag.
</p>
</item>
- <tag><marker id="+sws"><c>+sws default|legacy|proposal</c></marker></tag>
+ <tag><marker id="+sws"><c>+sws default|legacy</c></marker></tag>
<item>
- <p>Set scheduler wakeup strategy. Default is <c>legacy</c> (has been
- used since OTP-R13B). The <c>proposal</c> strategy is the currently
- proposed strategy for OTP-R16. Note that the <c>proposal</c> strategy
- might change during OTP-R15.
+ <p>
+ Set scheduler wakeup strategy. Default strategy changed in erts-5.10/OTP-R16A. This strategy was previously known as <c>proposal</c> in OTP-R15. The <c>legacy</c> strategy was used as default from R13 up to and including R15.
</p>
- <p><em>NOTE:</em> This flag may be removed or changed at any time
- without prior notice.
+ <p><em>NOTE:</em> This flag may be removed or changed at any time without prior notice.
</p>
</item>
<tag><marker id="+swt"><c>+swt very_low|low|medium|high|very_high</c></marker></tag>