diff options
author | Erlang/OTP <[email protected]> | 2012-04-25 13:11:28 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-04-25 13:11:28 +0200 |
commit | 8629cdc77a00384ae4197e7f135285c8efa2c9f3 (patch) | |
tree | 1c991442a54585464b0954744aea3ec7800276f2 /erts/doc | |
parent | fbf025acfb494717c12c096b643652de5f7501dc (diff) | |
parent | 8bd345f482fc818c2e3fe4b28e146c5fb9c7ba20 (diff) | |
download | otp-8629cdc77a00384ae4197e7f135285c8efa2c9f3.tar.gz otp-8629cdc77a00384ae4197e7f135285c8efa2c9f3.tar.bz2 otp-8629cdc77a00384ae4197e7f135285c8efa2c9f3.zip |
Merge branch 'rickard/sched-wakeup-other-r15b01/OTP-10033' into maint-r15
* rickard/sched-wakeup-other-r15b01/OTP-10033:
Implement proposal for new scheduler wakeup strategy
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index cfbc38f176..f23e8bd9b8 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -901,6 +901,17 @@ <p>For more information, see <seealso marker="erlang#system_info_cpu_topology">erlang:system_info(cpu_topology)</seealso>.</p> </item> + <tag><marker id="+sws"><c>+sws default|legacy|proposal</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> + <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> <item> <p>Set scheduler wakeup threshold. Default is <c>medium</c>. |