meta-google: rsyslog: Increase syslog burst size
During bootup all journal from startup will be uploaded in one shot when
network is available. We need to increase burst size to make sure it can
hold all messages in a regular boot up.
Also increased the time span so rate-limit per-second doesn't change too
much.
Change-Id: I229ae176b24cb1c9b48710680309d286f10d82fa
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
diff --git a/meta-google/recipes-extended/rsyslog/rsyslog/rsyslog.conf b/meta-google/recipes-extended/rsyslog/rsyslog/rsyslog.conf
index fd1085a..7a05311 100644
--- a/meta-google/recipes-extended/rsyslog/rsyslog/rsyslog.conf
+++ b/meta-google/recipes-extended/rsyslog/rsyslog/rsyslog.conf
@@ -2,8 +2,8 @@
module(
load="imjournal"
StateFile="/var/log/state"
- RateLimit.Interval="60"
- RateLimit.Burst="4000"
+ RateLimit.Interval="180"
+ RateLimit.Burst="20000"
)
#