We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #296 we're getting OOMKilled (exit code 137) from workflows/templates/qualitycontrol-check-cmip6.yaml.
OOMKilled (exit code 137)
workflows/templates/qualitycontrol-check-cmip6.yaml
Logs give
INFO:dodola.services:Starting validate dodola service INFO:dodola.repository:Read gs://downscaled-288ec5ac/stage/ScenarioMIP/NOAA-GFDL/GFDL-ESM4/ssp370/r1i1p1f1/day/ta smax/gr1/v20211103182935.zarr
The text was updated successfully, but these errors were encountered:
Looks like it's still reading in the entire zarr store and bombing when this zarr store is bigger than available memory.
I'll revert #296 to get things working again and then deal with this bug upstream in dodola.
dodola
Sorry, something went wrong.
Fix OOMKilled error in QC with dodola validate-dataset
135aa87
close #297
brews
Successfully merging a pull request may close this issue.
After #296 we're getting
OOMKilled (exit code 137)
fromworkflows/templates/qualitycontrol-check-cmip6.yaml
.Logs give
The text was updated successfully, but these errors were encountered: