Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage GitHub runner disk consumption #25

Open
brokenpylons opened this issue Sep 20, 2023 · 0 comments
Open

Manage GitHub runner disk consumption #25

brokenpylons opened this issue Sep 20, 2023 · 0 comments

Comments

@brokenpylons
Copy link
Member

The GitHub runner regularly runs out of space even though it has around 60GB available.

The main issue is that tmp fills up. However, if it is cleared while an action is running the action gets stuck for quite a while as a result, so that is not a solution.

Currently the tmp only gets cleared on reboot, this also guarantees the folders belonging to GitHub runners get recreated as they are started. A possible solution would be to reboot the machine on regular intervals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant