summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-11-13 09:51:15 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-11-15 13:51:18 +0000
commit1419465a933f8f7399302257593f97cc8eba9ac2 (patch)
tree419a42220d0f0614169b616e31f39ad6d5fd8b8a /meta-openbmc-machines/meta-openpower
parent6c3557a538673a637b2a4e11324a937709b3adcf (diff)
downloadtalos-openbmc-1419465a933f8f7399302257593f97cc8eba9ac2.tar.gz
talos-openbmc-1419465a933f8f7399302257593f97cc8eba9ac2.zip
Reduce journal storage size from 3MB to 2.5MB
Recently hit a situation where an application was core dumping consistently and this maxed out the allowed size for BMC dumps (1MB). When this happened, the BMC started to reach it's maximum persistent filesystem size in /var. The persistent journal usage in /var needs to allow for this worst case usage by BMC dump. This is only an issue on systems where the journal is written to persistent storage. Resolves openbmc/openbmc#2595 Change-Id: Iab484e59d6586677938fe20673716203dacb0846 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf
index b8285f4b0..fb84c6734 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf
@@ -1,8 +1,8 @@
# This file overrides a default for journald
#
-# - Set a maximum size of 3MB for journald in filesystem
+# - Set a maximum size for journald in filesystem
#
# See journald.conf(5) for details
[Journal]
-SystemMaxUse=3M
+SystemMaxUse=2.5M
OpenPOWER on IntegriCloud