summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@toradex.com>2021-04-28 06:26:11 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2021-05-24 18:25:16 +0200
commitc4ce22f41a3ce2b8e7e3aa10affd9d08f2e29b4a (patch)
tree16449c9b26aa36b4a9a77bebd2eaf4b029b27b8d /recipes-core
parent435f953652fc6972d5f840622c7e9bf316ca4552 (diff)
systemd-conf: decrease maximum journald storage usage to 16M
The current default value of 64M may be too much for some of Toradex's modules, so let's decrease it to 16M. Related-to: TOR-1780 Signed-off-by: Sergio Prado <sergio.prado@toradex.com> (cherry picked from commit d0110baabcbe0fcf98de8b2e6a6c3831209f51fa)
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/systemd/systemd-conf/journald.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd-conf/journald.conf b/recipes-core/systemd/systemd-conf/journald.conf
new file mode 100644
index 0000000..ed945e1
--- /dev/null
+++ b/recipes-core/systemd/systemd-conf/journald.conf
@@ -0,0 +1,3 @@
+[Journal]
+ForwardToSyslog=yes
+RuntimeMaxUse=16M