[systemd-devel] question on special configuration case

Jóhann B. Guðmundsson johannbg at gmail.com
Wed Jun 8 13:28:53 UTC 2016


On 06/08/2016 06:51 AM, Hebenstreit, Michael wrote:

> Thanks for this and the other suggestions!
>
> So for starters we’ll disable logind and dbus, increase watchdogsec 
> and see where the footprint is – before disabling journald if 
> necessary in a next step.
>

You cannot disable journal but you can reduce it and the following 
should give the least amount of logging in all potential scenarios and 
usage ;)

Just create "/etc/systemd/journald.conf.d/10-hpc-tweaks.conf"which contains

[Journal]
Storage=none
MaxLevelConsole=emerg
MaxLevelStore=emerg
MaxLevelSyslog=emerg
MaxLevelKMsg=emerg
MaxLevelConsole=emerg
MaxLevelWall=emerg
TTYPath=/dev/null

Then restart the journal ( systemctl restart systemd-journald )

JBG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/systemd-devel/attachments/20160608/acfc9a0f/attachment.html>


More information about the systemd-devel mailing list