-
Notifications
You must be signed in to change notification settings - Fork 55
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
Feature Request: Alternative, larger cache disk space #139
Comments
This error means the runner's SSD is filling up during the post run step. There's no way to avoid using the SSD, but you might be able to avoid the error by freeing up some SSD space before the cache upload. Aside from that, this action does currently use a lot more space than it needs to. That's mainly caused by this issue in one of the dependencies: actions/toolkit#791. |
You can save some disk space by deleting the following on Ubuntu (Android, Dotnet, Haskell):
this was mentioned in actions/runner-images#2606 Also as a last resort use this plugin https://github.com/easimon/maximize-build-space Ultimately the disk space of the GitHub runners isn't something that |
My workflow fails due to an out-of-memory issue during the Post Run step. I am wondering whether there is something simple I can do like point to another place which I can use to store and retrieve the cached layers.
Wish I could use your product but because we build 3 large images it seems that I am limited in memory. Thank you.
Output here:
The text was updated successfully, but these errors were encountered: