diff options
author | Fredrik Gustafsson <[email protected]> | 2013-02-19 16:52:58 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-02-20 11:58:04 +0100 |
commit | d927cfe22aeda6d48bde0f92fb0605f07f5db94a (patch) | |
tree | 834bd1886b52ad9f9d4436a29b36c9c620f419ec /erts/doc/src/erl.xml | |
parent | f6f7f67b60b3b67e79a2a4d23542bf5c74542fd3 (diff) | |
download | otp-d927cfe22aeda6d48bde0f92fb0605f07f5db94a.tar.gz otp-d927cfe22aeda6d48bde0f92fb0605f07f5db94a.tar.bz2 otp-d927cfe22aeda6d48bde0f92fb0605f07f5db94a.zip |
Changed documentation for +sws option
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 11 |
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> |