diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-08-07 09:06:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-08-07 09:06:01 +0200 |
commit | e99cfe5f201ef9ba901ae404a50ebaaa0c242888 (patch) | |
tree | 7a2866bb998fdd89b8d6b5b09bd04375ea42eedf /man | |
parent | 58e32e48711ab827bb504744029f95a0967e60db (diff) | |
download | strongswan-e99cfe5f201ef9ba901ae404a50ebaaa0c242888.tar.bz2 strongswan-e99cfe5f201ef9ba901ae404a50ebaaa0c242888.tar.xz |
strongswan.conf: Add note about reserved threads
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 847d9d520..ecc2f71c0 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -319,7 +319,11 @@ Send strongSwan vendor ID payload Section to define syslog loggers, see LOGGER CONFIGURATION .TP .BR charon.threads " [16]" -Number of worker threads in charon +Number of worker threads in charon. Several of these are reserved for long +running tasks in internal modules and plugins. Therefore, make sure you don't +set this value too low. The number of idle worker threads listed in +.I ipsec statusall +might be used as indicator on the number of reserved threads. .TP .BR charon.user Name of the user the daemon changes to after startup |