Skip to content

Commit b9954a6

Browse files
committed
Added note on recommended process number for optimal performance #2980
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 166b616 commit b9954a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/rst_snippets/core_options.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ All "Core" Scan Options
2525
including and below the starting point. INTEGER
2626
must be positive or zero for no limit.
2727
[Default: 0]
28+
29+
30+
.. note::
31+
32+
For optimal performance, it's recommended to set the `-n, --processes`
33+
option to "number of CPU cores minus 1".
34+
For example, on a quad-core/eight-thread machine, use ``-n 7``.
35+
36+

0 commit comments

Comments
 (0)