From 9a3c3649cb5fbd56761c9a1e8a12a9357361497b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 17 Jan 2020 18:25:36 -0800 Subject: [PATCH] Update instructions on how to free up more space --- CURATORS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 0f4492a4..2aef301a 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -334,6 +334,9 @@ LTS minor bumps typically are run on Sundays. ### Website sync debugging (and other out of disk space errors) * You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem +* If you see that `/var/stackage/` is out of space, you can: + * `rm -r /var/stackage/stackage/automated/lts*/work/unpack-dir/unpacked/` + * `rm -r /var/stackage/stackage/automated/nightly/work/unpack-dir/unpacked/` * (outdated) There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally * (outdated) You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it