diff options
author | Lukas Larsson <[email protected]> | 2017-07-19 11:47:16 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-02 10:35:52 +0200 |
commit | 22cde2bda706c0bd8574f0a1301170c80b5f4340 (patch) | |
tree | 721d48d919aa21886f40d99b2b4f4dc930fa2d12 /erts/doc/src/erl.xml | |
parent | 988f5f5e8061ce2e135a314ca782788eda478a06 (diff) | |
download | otp-22cde2bda706c0bd8574f0a1301170c80b5f4340.tar.gz otp-22cde2bda706c0bd8574f0a1301170c80b5f4340.tar.bz2 otp-22cde2bda706c0bd8574f0a1301170c80b5f4340.zip |
erts: Remove eager check io
It is not longer relevant when using the poll thread
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index d24c35d217..dc58cdeb13 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -1296,25 +1296,6 @@ <seealso marker="erlang#system_info_cpu_topology"> <c>erlang:system_info(cpu_topology)</c></seealso>.</p> </item> - <tag><marker id="+secio"/><c>+secio true|false</c></tag> - <item> - <p>Enables or disables eager check I/O scheduling. Defaults - to <c>true</c>. The default was changed from <c>false</c> - as from ERTS 7.0. The behavior before this - flag was introduced corresponds to <c>+secio false</c>.</p> - <p>The flag effects when schedulers will check for I/O - operations possible to execute, and when such I/O operations - will execute. As the parameter name implies, - schedulers are more eager to check for I/O when - <c>true</c> is passed. This, however, also implies that - execution of outstanding I/O operation is not - prioritized to the same extent as when <c>false</c> is - passed.</p> - <p><seealso marker="erlang#system_info_eager_check_io"> - <c>erlang:system_info(eager_check_io)</c></seealso> - returns the value of this parameter used when starting - the virtual machine.</p> - </item> <tag><marker id="+sfwi"/><c>+sfwi Interval</c></tag> <item> <p>Sets scheduler-forced wakeup interval. All run queues are |