Project

General

Profile

« Previous | Next » 

Revision 24764e8e

Added by Alexis Mousset over 6 years ago

Fixes #8613: Missing documentation about InputTCPMaxSessions and when to change its value in rsyslog

View differences:

43_advanced_administration/20_application_tuning.txt
All settings needing to modify '/etc/sysctl.conf' require to run 'sysctl -p'
to be applied.
===== Maximum number of TCP sessions in rsyslog
You may need to increase the maximum number of TCP sessions that rsyslog will accept.
Add to your '/etc/rsyslog.conf':
----
$ModLoad imtcp
# 500 for example, depends on the number of nodes and the agent run frequency
$InputTCPMaxSessions 500
----
Note: You can use 'MaxSessions' instead of 'InputTCPMaxSessions' on rsyslog >= 7.
===== Maximum number of file descriptors
If you plan to manage hundreds of Nodes behind a relay or a root server, you should increase

Also available in: Unified diff