-
Notifications
You must be signed in to change notification settings - Fork 627
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
"No space left on device" during heavy matrix workloads #830
Comments
Hi, @PavelSusloparov
|
Expanded the volume_size. |
@PavelSusloparov Please take a look at #839 and post your like there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using "t3.small" instance type for running my workload. I use matrix jobs and scale up to 64 spot instances.
My terraform-aws-github-runner config:
There is a constant problem with "No space left on device". By default EC2 instances attach 100Gb EBS volume. Is it possible to control the size of EBS volume from the terraform deployment and what's involved?
I checked AWS SDK documentation - https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/EC2.html
there is a method "createVolume", but I do not see it during the ec2 instance creation/usage in runners.ts.
The text was updated successfully, but these errors were encountered: