diff options
author | Erlang/OTP <[email protected]> | 2012-01-31 13:54:36 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-01-31 13:54:36 +0100 |
commit | 7e547ba8221e8e63e5afb62e802318b810f8fafb (patch) | |
tree | 9173322f952723d6dba36b98ee991640dfb6f291 /erts/doc | |
parent | b55c3d29a3d9efce2ce6548963809fc3b7ab8729 (diff) | |
parent | ac7dcc23af68ef5a01ce5ca03ad485595bf5e18b (diff) | |
download | otp-7e547ba8221e8e63e5afb62e802318b810f8fafb.tar.gz otp-7e547ba8221e8e63e5afb62e802318b810f8fafb.tar.bz2 otp-7e547ba8221e8e63e5afb62e802318b810f8fafb.zip |
Merge branch 'rickard/sched-compact-load/OTP-9695' into maint-r14
* rickard/sched-compact-load/OTP-9695:
Add switch that can disable scheduler compaction of load
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 02082e57c6..2cd1588a2f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -738,6 +738,19 @@ <seealso marker="erlang#system_flag_scheduler_bind_type">erlang:system_flag(scheduler_bind_type, SchedulerBindType)</seealso>. </p> </item> + <tag><marker id="+scl"><c>+scl true|false</c></marker></tag> + <item> + <p>Enable or disable scheduler compaction of load. By default + scheduler compaction of load is enabled. When enabled, load + balancing will strive for a load distribution which causes + as many scheduler threads as possible to be fully loaded (i.e., + not run out of work). This is accomplished by migrating load + (e.g. runnable processes) into a smaller set of schedulers + when schedulers frequently run out of work. When disabled, + the frequency with which schedulers run out of work will + not be taken into account by the load balancing logic. + </p> + </item> <tag><marker id="+sct"><c>+sct CpuTopology</c></marker></tag> <item> <list type="bulleted"> |