-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Github Actions randomly fail with "Error: No space left on device" #1860
Comments
Error: No space left on device
Hi @f-squirrel! |
@miketimofeev , 19GB is more than enough for me, because the only additional space I need is 2.4GB for the build artifacts. |
@f-squirrel let me answer from the end — 65GB is used for Ubuntu itself + a huge list of preinstalled software, which can be found here https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md |
@f-squirrel actually the build consumes more than 2.5Gb, I've forked the repo and change the step to output disk space every 15 seconds:
At the end of the build, I had 12Gb free.
I wonder if some core dumps were created during your failed run because I saw this step in your yaml:
|
@miketimofeev , good point! |
@f-squirrel did it help? |
@miketimofeev , I haven't seen the issue again. |
@f-squirrel I'm going to close the issue for now, but please feel free to contact us if the problem still occurs. |
Description
Github Actions randomly fail with
Error: No space left on device
Area for Triage:
Bug:
Virtual environments affected
Expected behavior
The jobs have to pass.
Actual behavior
Jobs randomly fails despite usual disk space usage.
I have added
sudo df -h
after pulling a docker image but before building the project.After the project is built, the
build
directory is another ~2.5GB.As you may see, the disk space usage is less than 14GB available for the runners.
Note:
Repro steps
The text was updated successfully, but these errors were encountered: