diff options
author | Sverker Eriksson <[email protected]> | 2013-02-11 17:08:42 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-02-12 10:28:29 +0100 |
commit | b726ddb701dda96ad180509c51ba52dc1a9cc79e (patch) | |
tree | d8489d53b877b3910511e2cb866a7584d0e7cb92 /erts/doc/src/erl_driver.xml | |
parent | b473a5412dc141a009189b76b5d69dc43bacbd69 (diff) | |
download | otp-b726ddb701dda96ad180509c51ba52dc1a9cc79e.tar.gz otp-b726ddb701dda96ad180509c51ba52dc1a9cc79e.tar.bz2 otp-b726ddb701dda96ad180509c51ba52dc1a9cc79e.zip |
erts: Fix documentation about 10 default async threads.
Diffstat (limited to 'erts/doc/src/erl_driver.xml')
-rw-r--r-- | erts/doc/src/erl_driver.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml index 1212c34586..0e27f8a5bd 100644 --- a/erts/doc/src/erl_driver.xml +++ b/erts/doc/src/erl_driver.xml @@ -1960,9 +1960,7 @@ ERL_DRV_EXT2TERM char *buf, ErlDrvUInt len emulator thread. This enables the driver to perform time-consuming, blocking operations without blocking the emulator.</p> - <p>Erlang is by default started without an async thread pool. The - number of async threads that the runtime system should use - is specified by the + <p>The async thread pool size can be set with the <seealso marker="erl#async_thread_pool_size">+A</seealso> command line argument of <seealso marker="erl">erl(1)</seealso>. If no async thread pool is available, the call is made |