Skip to content

Instantly share code, notes, and snippets.

@adriaPerez
Created July 2, 2018 13:33
Show Gist options
  • Save adriaPerez/fbcd28bc3c5d8cd7d48bcc8221f2d672 to your computer and use it in GitHub Desktop.
Save adriaPerez/fbcd28bc3c5d8cd7d48bcc8221f2d672 to your computer and use it in GitHub Desktop.
# Remove archived journal files until the disk space they use falls below 100M
sudo journalctl --vacuum-size=100M
# Make all journal files contain no data older than 2 weeks
sudo journalctl --vacuum-time=2weeks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment