From 667409afe4f909d18f6e19e6ca5a65a4848e51d6 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sun, 3 Oct 2010 18:04:55 +0200 Subject: Add support for CPU affinity & topology detection on FreeBSD 8 --- erts/doc/src/erl.xml | 2 +- erts/doc/src/erlang.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'erts/doc') diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index e36d0adb0d..6c8aef9167 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -686,7 +686,7 @@

Binding of schedulers is currently only supported on newer - Linux, Solaris, and Windows systems.

+ Linux, Solaris, FreeBSD, and Windows systems.

If no CPU topology is available when the +sbt flag is processed and BindType is any other type than u, the runtime system will fail to start. CPU 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 erlang:system_info(scheduler_bindings).

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.

In order for the runtime system to be able to bind schedulers, @@ -5559,7 +5559,7 @@ true

Returns the automatically detected CpuTopology. 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.

For more information see the documentation of the -- cgit v1.2.3