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

fix: ami runner runs out of space with larger builds #1220

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

samrose
Copy link
Contributor

@samrose samrose commented Sep 18, 2024

What kind of change does this PR introduce?

this builder ephemeral ec2 instance had been operating on the default size of 8GB. This is typically enough, but from time to time, builds may increase as we advance items like minor version of postgres, etc. this can require a rebuild of all extensions that use postgresql as a buildInput/nativeBuildInput. So, we'll increase the diskspace to assure builds can complete.

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

Successfully merging this pull request may close these issues.

1 participant