Skip to content

Commit

Permalink
fix: reduce linker memory requests to fit in the node
Browse files Browse the repository at this point in the history
  • Loading branch information
EliezerIsrael committed Dec 18, 2024
1 parent cc9cc51 commit 1bd60b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ linker:
# gunicornThreadCount: 1
resources:
requests:
memory: "5Gi"
memory: "3Gi"
cpu: "600m"
limits:
memory: "8Gi"
memory: "5Gi"
cpu: "2000m"
enabled: true
containerImage:
Expand Down

0 comments on commit 1bd60b1

Please sign in to comment.