Skip to content

Commit

Permalink
feat: working cassandra with 4GB
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfrancodemarco committed Oct 20, 2023
1 parent fd34b3f commit 4bd4014
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .helm/cassandra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ initDBConfigMap: init-db

# resources:
# limits:
# memory: 4Gi
# memory: 4Gi

resources:
limits:
memory: 4Gi

jvm:
maxHeapSize: 2G
newHeapSize: 800M

0 comments on commit 4bd4014

Please sign in to comment.