You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`find` and `du` and see where the space is going. `ncdu -x`
33
33
is useful. (`-x` prevents crossing volume boundaries.)
34
34
* In the root partition,
35
-
`sudo apt-get clean` should reclaim some space.
35
+
-`sudo apt-get clean` should reclaim some space;
36
+
- sometimes `/var/log/nginx/access.log` grows like crazy when running a lot of community builds. Those can be deleted (or `mv`'d to /var/lib/jenkins where there's more space)
36
37
* Under `/var/lib/jenkins`, if you can't
37
38
find anything else to delete, you can delete some old builds
38
39
(`jobs/*/builds`) that we're unlikely to need to refer to again.
0 commit comments