Adjust rsyslog imjournal rate-limiting settings to prevent dropped messages under load. fedora-infrastructure-9512

This commit is contained in:
T.C. Williams 2021-11-12 13:03:49 -05:00 committed by kevin
parent c19a1405b8
commit 995f499a6d

View file

@ -0,0 +1,6 @@
# Adjust rate-limiting settings to prevent dropped messages under load
# Reduce rate-limit interval from default 600 seconds to 300 seconds
$imjournalRatelimitInterval 300
# Increase burst limit size from default 20000 to 30000
$imjournalRatelimitBurst 30000