diff options
author | Bruce Yinhe <[email protected]> | 2014-07-11 16:45:11 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-07-11 16:45:11 +0200 |
commit | 5f7d8b95a75d465b27219e6920fb017c9816084f (patch) | |
tree | a07435401b040757ce7c828666371296ff5fd1aa | |
parent | 6d1303f5c1fd672d7e9ce98ebd04c79ed0417131 (diff) | |
parent | 36475fd498d1d88040967c37c6632623c0ac3e9b (diff) | |
download | otp-5f7d8b95a75d465b27219e6920fb017c9816084f.tar.gz otp-5f7d8b95a75d465b27219e6920fb017c9816084f.tar.bz2 otp-5f7d8b95a75d465b27219e6920fb017c9816084f.zip |
Merge branch 'maint'
-rw-r--r-- | erts/doc/src/erl.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f8f4d14436..5bde285311 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -851,6 +851,19 @@ </p> </item> <tag><marker id="+SDio"><c><![CDATA[+SDio IOSchedulers]]></c></marker></tag> + <item> + <p>Sets the number of dirty I/O scheduler threads to create when threading + support has been enabled. The valid range is 0-1024. By default, the number + of dirty I/O scheduler threads created is 10, same as the default number of + threads in the <seealso marker="#async_thread_pool_size">async thread pool + </seealso>. + </p> + <p>This option is ignored if the emulator doesn't have threading support + enabled. Currently, <em>this option is experimental</em> and is supported only + if the emulator was configured and built with support for dirty schedulers + enabled (it's disabled by default). + </p> + </item> <tag><c><![CDATA[+sFlag Value]]></c></tag> <item> <p>Scheduling specific flags.</p> |