<https://lh5.googleusercontent.com/-QqkV8DBEbbI/Ukc2FdeAUAI/AAAAAAAABSo/h-CbOMe6_hY/s1600/screen-capture-1.png> You really only need persistent storage enabled if you don't have a central syslog running on your network or if you are troubleshooting an issue. If the os is stable then.. turn persistent storage off. You will save storage and performance will be better.
Here's all you need to do: vi the /etc/systemd/journald.conf file and update it as follows: # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # See journald.conf(5) for details [Journal] Storage=none #Compress=yes #Seal=yes #SplitMode=login #SyncIntervalSec=5m #RateLimitInterval=30s #RateLimitBurst=1000 SystemMaxUse=5M #SystemKeepFree= #SystemMaxFileSize= #RuntimeMaxUse= #RuntimeKeepFree= #RuntimeMaxFileSize= #MaxRetentionSec= #MaxFileSec=1month #ForwardToSyslog=yes #ForwardToKMsg=no #ForwardToConsole=no #TTYPath=/dev/console MaxLevelStore=info MaxLevelSyslog=info #MaxLevelKMsg=notice #MaxLevelConsole=info save and reboot Next clean out /var/log/journal !!!! delete all the logs. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
