summaryrefslogtreecommitdiffstats
path: root/doc/sync/notrack
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-02-08 20:55:34 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-02-08 20:55:34 +0100
commit7f902c8419c891ec3ec83d40fb30afccb2a150c6 (patch)
tree97c0bfcb190c4559d88653502a465412684ae2bd /doc/sync/notrack
parentd214500c0e5f06587cd2436bf88c93b399df5122 (diff)
src: add Nice clause to set the nice value
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync/notrack')
-rw-r--r--doc/sync/notrack/conntrackd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index c64291b..755b08b 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -125,6 +125,14 @@ Sync {
#
General {
#
+ # Set the nice value of the daemon, this value goes from -20
+ # (most favorable scheduling) to 19 (least favorable). Using a
+ # negative value reduces the chances to lose state-change events.
+ # Default is 0. See man nice(1) for more information.
+ #
+ Nice -1
+
+ #
# Number of buckets in the cache hashtable. The bigger it is,
# the closer it gets to O(1) at the cost of consuming more memory.
# Read some documents about tuning hashtables for further reference.