File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ Tips for addressing gradually dwindling free space:
28
28
(but not while a job is running!).
29
29
* on jenkins-master, both the ` / ` partition and the ` /var/lib/jenkins `
30
30
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
34
32
` find ` and ` du ` and see where the space is going. ` ncdu -x `
35
33
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
37
37
find anything else to delete, you can delete some old builds
38
38
(` jobs/*/builds ` ) that we're unlikely to need to refer to again.
39
39
There are different ways to do this; see e.g.
You can’t perform that action at this time.
0 commit comments