Skip to content

Instantly share code, notes, and snippets.

@hadi2f244
Created September 2, 2023 10:30
Show Gist options
  • Save hadi2f244/358e623652f554fd5a5599ea0237e75c to your computer and use it in GitHub Desktop.
Save hadi2f244/358e623652f554fd5a5599ea0237e75c to your computer and use it in GitHub Desktop.
Limit journald log size
sudo sed -i '/^#SystemMaxUse=/s/^#//; s/^SystemMaxUse=.*/SystemMaxUse=50M/' /etc/systemd/journald.conf && sudo service systemd-journald restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment