-
Notifications
You must be signed in to change notification settings - Fork 28
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
runner
tempdir patch
#582
runner
tempdir patch
#582
Conversation
Launching the GitHub Actions runner in a separate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Silly question: is the default mktemp
path being mounted as tmpfs
on the images we use? 🤔
I confess to not completely replicating the original failure brought by @JacksonMaxfield to confirm, but
No, as I have seen it survive reboots, however, I believe there is a reaping process that hits the dir. Or there was an existing process already in memory that deleted enough files from disk when it got SIGTERM from rebooting my test. |
@0x2b3bfa0 looks like we should just do this: #62 ? |
Not until Docker releases the fix? 🤔 |
sorry I just saw that the link PR has been merged so I assumed it's been released? |
As per the relevant milestone, it has not been released yet |
If |
I think the real fix is probably to run the GHA client in a separate
slice
enforcing resource limits