We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b616 commit b9954a6Copy full SHA for b9954a6
docs/source/rst_snippets/core_options.rst
@@ -25,3 +25,12 @@ All "Core" Scan Options
25
including and below the starting point. INTEGER
26
must be positive or zero for no limit.
27
[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