Skip to content

Commit

Permalink
fix: upped maxHeap closer to max memory
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 committed Aug 15, 2024
1 parent 50cc2ed commit 58e7540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values/common-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ confluence:
memory: "8Gi"
jvm:
minHeap: "2g"
maxHeap: "4g"
maxHeap: "6g" # https://www.alibabacloud.com/help/en/sae/use-cases/best-practices-for-jvm-heap-size-configuration#:~:text=No%2C%20you%20cannot%20set%20the,sufficient%20memory%20for%20system%20components.

securityContext:
fsGroup: 2002
Expand Down

0 comments on commit 58e7540

Please sign in to comment.