diff options
author | Bruce Yinhe <[email protected]> | 2014-07-11 16:44:04 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-07-11 16:44:04 +0200 |
commit | 36475fd498d1d88040967c37c6632623c0ac3e9b (patch) | |
tree | 2892217c39e9962578d21a0ac2808a756ca51acb /erts | |
parent | 9a1419a7d4325085dc2235a8531d77e1d96ea689 (diff) | |
parent | 864ebdc6264d134b1face2cd6b400b992b31e6e5 (diff) | |
download | otp-36475fd498d1d88040967c37c6632623c0ac3e9b.tar.gz otp-36475fd498d1d88040967c37c6632623c0ac3e9b.tar.bz2 otp-36475fd498d1d88040967c37c6632623c0ac3e9b.zip |
Merge branch 'vinoski/vinoski/erl-sdio-option' into maint
OTP-12052
* vinoski/vinoski/erl-sdio-option:
add missing description for erl +SDio option
Diffstat (limited to 'erts')
-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> |