Skip to content

Commit

Permalink
Merge pull request #1652 from GiganticMinecraft/memory
Browse files Browse the repository at this point in the history
decrease memory
  • Loading branch information
outductor authored Jan 1, 2024
2 parents fbfcadb + e89fd1e commit 388b4e4
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 388b4e4

Please sign in to comment.