merge two duplicate "runner is full" docs authored by anarcat's avatar anarcat
...@@ -59,9 +59,7 @@ Jenkins. ...@@ -59,9 +59,7 @@ Jenkins.
## Finding largest volumes users ## Finding largest volumes users
If a runner is running out of disk space, the `tpa-du-gl-volumes` See [Runner disk fills up](#runner-disk-fills-up).
script can be used to analyse which project is using the most disk
space. Then those pipelines can be adjusted to cache less.
## FAQ ## FAQ
...@@ -144,6 +142,10 @@ Alternatively, this will also clean old containers: ...@@ -144,6 +142,10 @@ Alternatively, this will also clean old containers:
/usr/local/sbin/tpo-docker-clean-cache /usr/local/sbin/tpo-docker-clean-cache
The `tpa-du-gl-volumes` script can also be used to analyse which
project is using the most disk space. Then those pipelines can be
adjusted to cache less.
### DNS resolution failures ### DNS resolution failures
Under certain circumstances (upgrades?) Docker loses DNS resolution Under certain circumstances (upgrades?) Docker loses DNS resolution
... ...
......