diff options
author | Paul Guyot <[email protected]> | 2010-10-03 18:04:55 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-11-18 11:42:58 +0100 |
commit | 667409afe4f909d18f6e19e6ca5a65a4848e51d6 (patch) | |
tree | c52a954b74095a3d7e11f2401e4a8e8ffe50875d /erts/doc/src/erlang.xml | |
parent | f21f0fa7d7ab6d5db573f06191a93aed6477b01b (diff) | |
download | otp-667409afe4f909d18f6e19e6ca5a65a4848e51d6.tar.gz otp-667409afe4f909d18f6e19e6ca5a65a4848e51d6.tar.bz2 otp-667409afe4f909d18f6e19e6ca5a65a4848e51d6.zip |
Add support for CPU affinity & topology detection on FreeBSD 8
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 59ac3dc66c..1c0a73d579 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -5178,7 +5178,7 @@ true</pre> <seealso marker="#system_info_scheduler_bindings">erlang:system_info(scheduler_bindings)</seealso>. </p> <p>Schedulers can currently only be bound on newer Linux, - Solaris, and Windows systems, but more systems will be + Solaris, FreeBSD, and Windows systems, but more systems will be supported in the future. </p> <p>In order for the runtime system to be able to bind schedulers, @@ -5559,7 +5559,7 @@ true</pre> <item> <p>Returns the automatically detected <c>CpuTopology</c>. The emulator currently only detects the CPU topology on some newer - Linux, Solaris, and Windows systems. On Windows system with + Linux, Solaris, FreeBSD, and Windows systems. On Windows system with more than 32 logical processors the CPU topology is not detected. </p> <p>For more information see the documentation of the |