Fix MaxOpenFiles declaration
Limits.conf needs to have one type of declaration Conf-file needs a different declaration. Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
parent
85d5c21bcc
commit
7ea1509a2f
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,2 @@
|
|||
$MaxOpenFiles 131072
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=131072
|
||||
|
|
|
@ -40,6 +40,7 @@ $IMUXSockRateLimitInterval 0
|
|||
$SystemLogRateLimitInterval 0
|
||||
$WorkDirectory /var/lib/rsyslog
|
||||
$IMJournalStateFile imjournal.state
|
||||
$MaxOpenFiles 131072
|
||||
|
||||
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
|
||||
# T E M P L A T E S #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue