diff options
author | Rickard Green <[email protected]> | 2010-08-17 19:43:08 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-08-30 11:59:30 +0200 |
commit | f45560001d8128193ed4933ab9dca1b105ae752a (patch) | |
tree | 0e115639c2a3202fd2f986d02847a8283f695988 /erts/doc/src/erl.xml | |
parent | 1b273b618002d65159453fdfb9520a9476e4423a (diff) | |
download | otp-f45560001d8128193ed4933ab9dca1b105ae752a.tar.gz otp-f45560001d8128193ed4933ab9dca1b105ae752a.tar.bz2 otp-f45560001d8128193ed4933ab9dca1b105ae752a.zip |
Implement automatic detection of CPU topology on Windows
The CPU topology is now automatically detected on Windows
systems with less than 33 logical processors. The runtime system
will now, also on Windows, by default bind schedulers to logical
processors using the 'default_bind' bind type if the amount of
schedulers is at least equal to the amount of logical processors
configured, binding of schedulers is supported, and a CPU topology
is available at startup.
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 0e26d62548..f477280a6f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -685,8 +685,8 @@ <seealso marker="erlang#system_flag_scheduler_bind_type">erlang:system_flag(scheduler_bind_type, default_bind)</seealso>. </p></item> </taglist> - <p>Binding of schedulers are currently only supported on newer - Linux and Solaris systems.</p> + <p>Binding of schedulers is currently only supported on newer + Linux, Solaris, and Windows systems.</p> <p>If no CPU topology is available when the <c>+sbt</c> flag is processed and <c>BindType</c> is any other type than <c>u</c>, the runtime system will fail to start. CPU |