<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>On 06/08/2016 06:51 AM, Hebenstreit, Michael wrote:<br>
</p>
<blockquote
cite="mid:B4E6F7EB08816A4692C7420D7E8F8CBD952232DE@ORSMSX101.amr.corp.intel.com"
type="cite">
<p class="MsoNormal"><a moz-do-not-send="true"
name="_MailEndCompose"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks
for this and the other suggestions!<o:p></o:p></span></a></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">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.
</span></p>
</blockquote>
<br>
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 ;)<span class="pl-s"><br>
<br>
Just create </span><span class="pl-s"><span class="pl-s"><span
class="pl-pds">"</span>/etc/systemd/journald.conf.d/10-hpc-tweaks.conf<span
class="pl-pds">"</span></span></span><span class="pl-s"> which
contains <br>
<br>
[Journal]<br>
Storage=none<br>
</span><span class="pl-s">MaxLevelConsole=emerg<br>
</span><span class="pl-s"></span>MaxLevelStore=emerg<br>
MaxLevelSyslog=emerg<br>
MaxLevelKMsg=emerg<br>
MaxLevelConsole=emerg<br>
MaxLevelWall=emerg<span class="pl-s"><br>
TTYPath=/dev/null</span><br>
<br>
Then restart the journal ( systemctl restart systemd-journald )<br>
<br>
JBG<br>
</body>
</html>