Skip to content

Commit

Permalink
fix(cogify): limit the memory to 15G to stop out of memory errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 15, 2023
1 parent 0145c21 commit 197aefc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflows/basemaps/imagery-import-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ spec:
requests:
memory: 15.6Gi
cpu: 15000m
limits:
memory: 15.6Gi
image: ghcr.io/linz/basemaps/cli:{{ workflow.parameters.version_basemaps_cli }}
command: [node, /app/node_modules/.bin/cogify]
env:
Expand Down

0 comments on commit 197aefc

Please sign in to comment.