diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-08 20:55:34 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-08 20:55:34 +0100 |
commit | 7f902c8419c891ec3ec83d40fb30afccb2a150c6 (patch) | |
tree | 97c0bfcb190c4559d88653502a465412684ae2bd /doc/sync/ftfw/conntrackd.conf | |
parent | d214500c0e5f06587cd2436bf88c93b399df5122 (diff) | |
download | conntrack-tools-7f902c8419c891ec3ec83d40fb30afccb2a150c6.tar.gz conntrack-tools-7f902c8419c891ec3ec83d40fb30afccb2a150c6.zip |
src: add Nice clause to set the nice value
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync/ftfw/conntrackd.conf')
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index 92cd9d1..a3f42a2 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -144,6 +144,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. |