From 209655e30a82cdf172211278e01807024eed4130 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 8 Jan 2013 15:44:45 +0100 Subject: Add +stbt erl command line switch --- erts/doc/src/erl.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'erts/doc/src/erl.xml') diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f931445a3e..5714383b0f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -657,7 +657,24 @@ +sbt BindType -

Set scheduler bind type. Currently valid BindTypes: +

Set scheduler bind type.

+

Schedulers can also be bound using the + +stbt flag. The only difference + between these two flags is how the following errors are handled:

+ + Binding of schedulers is not supported on the specific + platform. + No available CPU topology. That is the runtime system + was not able to automatically detected the CPU topology, and + no user defined CPU topology + was set. + +

If any of these errors occur when +sbt has been passed, + the runtime system will print an error message, and refuse to + start. If any of these errors occur when +stbt has been + passed, the runtime system will silently ignore the error, and + start up using unbound schedulers.

+

Currently valid BindTypes:

u @@ -907,6 +924,14 @@

For more information, see erlang:system_info(cpu_topology).

+ +stbt BindType + +

Try to set scheduler bind type. The same as the + +sbt flag with the exception of + how some errors are handled. For more information, see the + documentation of the +sbt flag. +

+
+sws default|legacy|proposal

Set scheduler wakeup strategy. Default is legacy (has been -- cgit v1.2.3