Skip to content

Commit 39b4dbd

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/maintenance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Tips for addressing gradually dwindling free space:
2828
(but not while a job is running!).
2929
* on jenkins-master, both the `/` partition and the `/var/lib/jenkins`
3030
partition are possible concerns.
31-
* In the root partition,
32-
`sudo apt-get clean` should reclaim some space.
33-
* Under `/var/lib/jenkins`, the culprit may vary. Poke around with commands like
31+
* In either partition, the culprit may vary. Poke around with commands like
3432
`find` and `du` and see where the space is going. `ncdu -x`
3533
is useful. (`-x` prevents crossing volume boundaries.)
36-
* If you can't
34+
* In the root partition,
35+
`sudo apt-get clean` should reclaim some space.
36+
* Under `/var/lib/jenkins`, if you can't
3737
find anything else to delete, you can delete some old builds
3838
(`jobs/*/builds`) that we're unlikely to need to refer to again.
3939
There are different ways to do this; see e.g.

0 commit comments

Comments
 (0)