Prevent log and cache files from growing out of control #76

Closed
opened 2021-12-05 17:58:28 +00:00 by a · 3 comments
Owner

It looks like our disk space is being rapidly eaten up by log files like /var/log/nginx/access.log and cache files. Let's try to prevent them from growing so quickly.

It looks like our disk space is being rapidly eaten up by log files like `/var/log/nginx/access.log` and cache files. Let's try to prevent them from growing so quickly.
a added the
bug
label 2021-12-05 17:58:28 +00:00
a added this to the (deleted) project 2021-12-05 17:58:28 +00:00
Author
Owner

8d0daabe13 should help for stoppping the nginx logs from growing out of control.

https://git.exozy.me/exozyme/nginx/commit/8d0daabe13af92701e61bd9696a98553c511ff0f should help for stoppping the nginx logs from growing out of control.
Author
Owner

For some reason, I had debug_level = 9 set in /etc/sssd/sssd.conf which was causing SSSD to create a huge amount of log data. Now it's fixed.

For some reason, I had `debug_level = 9` set in `/etc/sssd/sssd.conf` which was causing SSSD to create a huge amount of log data. Now it's fixed.
Author
Owner

If we need to free up more space, tootctl media remove will delete the Mastodon cache, paru -Scc deletes the Paru cache, and sudo rm /var/lib/systemd/coredump/* deletes core dumps.

If we need to free up more space, `tootctl media remove` will delete the Mastodon cache, `paru -Scc` deletes the Paru cache, and `sudo rm /var/lib/systemd/coredump/*` deletes core dumps.
a closed this issue 2021-12-05 18:30:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/exozyme#76
No description provided.