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

cloud: Bump archival RAM to (the max of) 8GB #615

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

spbnick
Copy link
Collaborator

@spbnick spbnick commented Nov 20, 2024

Bump the RAM allocated to the data archival cloud function from 4GB to 8GB, so we avoid aborting on out-of-memory when transferring 12 hours of data at a time.

It could be that BigQuery is accumulating memory use over time and running out, despite us calling gc.collect() after every transfer, but I don't have the time to pursue this further.

Bump the RAM allocated to the data archival cloud function from 4GB to
8GB, so we avoid aborting on out-of-memory when transferring 12 hours
of data at a time.

It could be that BigQuery is accumulating memory use over time and
running out, despite us calling gc.collect() after every transfer, but I
don't have the time to pursue this further.
@spbnick spbnick merged commit cb4bd7f into main Nov 20, 2024
5 checks passed
@spbnick spbnick deleted the bump_archive_ram_to_8gb branch November 20, 2024 11:53
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