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

System.IO.IOException: No space left on device #43

Closed
domenkozar opened this issue Apr 24, 2020 · 3 comments
Closed

System.IO.IOException: No space left on device #43

domenkozar opened this issue Apr 24, 2020 · 3 comments

Comments

@domenkozar
Copy link
Member

Currently linux worker doesn't have much free disk space on root, so it quickly runs out of disk space.

To mitigate running:

- run: sudo rm -rf /opt || true

helps, but also takes 13s. There's probably a faster way and I'm not sure we should include that in the action.

@Mic92
Copy link
Contributor

Mic92 commented May 9, 2020

Make it asynchronous maybe?

  • run: sudo rm -rf /opt || true &

@domenkozar
Copy link
Member Author

domenkozar commented May 9, 2020

I'm afraid that someone might find /opt/ useful :/ I hope upstream fixes this.

@domenkozar
Copy link
Member Author

According to actions/runner-images#709 (comment) there should be 14GB of space now, which I think is sufficient for most builds.

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

2 participants