aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl.xml
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-06-17 11:55:51 +0200
committerRickard Green <[email protected]>2016-06-17 11:55:51 +0200
commit043e53da337ea4fff51b3f40594c194d4791cd1b (patch)
treed5c7e8e156b956b03425dd1a578472dfb6c84b7f /erts/doc/src/erl.xml
parent79e72ea213a7ddc22cbd77102f57be2c9f528645 (diff)
parentc9ad0c9fed1d33891f5fa8a4c4511de48417ec10 (diff)
downloadotp-043e53da337ea4fff51b3f40594c194d4791cd1b.tar.gz
otp-043e53da337ea4fff51b3f40594c194d4791cd1b.tar.bz2
otp-043e53da337ea4fff51b3f40594c194d4791cd1b.zip
Merge branch 'rickard/ds-job-type-doc'
* rickard/ds-job-type-doc: Minor reorganization of dirty NIF documentation
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r--erts/doc/src/erl.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 436c2c57e1..37387f2c59 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -963,9 +963,7 @@
The amount of dirty IO schedulers is not limited by the amount of
normal schedulers <seealso marker="#+SDcpu">like the amount of
dirty CPU schedulers</seealso>. This since only I/O bound work is
- expected to execute on dirty I/O schedulers. I/O bound jobs are
- expected to either block waiting for I/O, and/or spend a limited
- amount of time moving data. However, if the user should schedule CPU
+ expected to execute on dirty I/O schedulers. If the user should schedule CPU
bound jobs on dirty I/O schedulers, these jobs might starve ordinary
jobs executing on ordinary schedulers.
</p>