π ~1 min read
Table of contents
Symptom & Impact
Root filesystem reaches 100%, causing service failures, write errors, and possible database disruption.
Environment & Reproduction
Common on verbose services with persistent journals and no retention limits in long-running hosts.
Root Cause Analysis
systemd-journald defaults can consume large space when rate-limited events are absent and cleanup is not enforced.
Quick Triage
Run df -h and journalctl –disk-usage, then identify whether journald dominates /var usage.
Step-by-Step Diagnosis
Use du -xh /var | sort -h, journalctl –vacuum-time=1s –dry-run equivalent checks, and inspect /etc/systemd/journald.conf.

Solution – Primary Fix
Apply SystemMaxUse and RuntimeMaxUse limits, restart systemd-journald, and vacuum old logs with journalctl –vacuum-size=1G.
Still having issues? Our Server Management team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Forward logs to central syslog stack or mount /var/log on dedicated storage with rotation policy.
Verification & Acceptance Criteria
Disk usage must return below operational threshold and log ingestion should continue without service interruption.
Rollback Plan
Revert journald.conf from backup and restore archived journals if compliance needs historical data restoration.
Prevention & Hardening
Set alerting at 75% disk use, enforce log budgets per service, and test retention in staging.
Related Errors & Cross-Refs
Look for “No space left on device” and application write failures tied to /var exhaustion.
Related tutorial: View the step-by-step tutorial for debian-11.
View all debian-11 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Refer to systemd-journald manual and Debian logging best-practice guides.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.