Skip to content

Commit

Permalink
Fixes #8613: Missing documentation about InputTCPMaxSessions and when…
Browse files Browse the repository at this point in the history
… to change its value in rsyslog
  • Loading branch information
amousset committed Dec 28, 2017
1 parent 71125d3 commit 24764e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 43_advanced_administration/20_application_tuning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,19 @@ You have two options in this situation:
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
Expand Down

0 comments on commit 24764e8

Please sign in to comment.