Skip to content

Commit

Permalink
decrease memory
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 1, 2024
1 parent fbfcadb commit e89fd1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ spec:
- resources:
requests:
cpu: 8
memory: 12Gi
memory: 8Gi
limits:
cpu: 8
memory: 12Gi
memory: 8Gi
env:
- name: MEMORY
value: 10G
value: 6G
- name: TYPE
value: PAPER
- name: VERSION
Expand Down

0 comments on commit e89fd1e

Please sign in to comment.