Skip to content

Commit

Permalink
lower memory limit on worker
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Nov 18, 2024
1 parent 926c1ea commit d09a9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
memory: "2Gi"
cpu: "1"
limits:
memory: "8Gi"
memory: "4Gi"
cpu: "2"
env:
- name: K8S_POD_NAME
Expand Down Expand Up @@ -180,7 +180,7 @@ spec:
memory: "2Gi"
cpu: "1"
limits:
memory: "8Gi"
memory: "4Gi"
cpu: "2"
env:
- name: K8S_POD_NAME
Expand Down

0 comments on commit d09a9ec

Please sign in to comment.