Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cogify): lower concurrency and set resource limits to memory = 2x…
… cpu (linz#176) ### Motivation We are still getting pods killed by `OOMKilled`, possibly caused by too many gdal_translates happening at the same time. ### Modification Remove memory `limits` and double the requested memory Lower concurrency of gdal_translates to 2 per pod rather than 4 per pod
- Loading branch information