Skip to content

Commit 95980a1

Browse files
authored
Update maintenance.md
1 parent 39b4dbd commit 95980a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/maintenance.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Tips for addressing gradually dwindling free space:
3232
`find` and `du` and see where the space is going. `ncdu -x`
3333
is useful. (`-x` prevents crossing volume boundaries.)
3434
* 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)
3637
* Under `/var/lib/jenkins`, if you can't
3738
find anything else to delete, you can delete some old builds
3839
(`jobs/*/builds`) that we're unlikely to need to refer to again.

0 commit comments

Comments
 (0)