Skip to content

Commit

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

# resources:
# limits:
# memory: 4Gi

resources:
limits:
memory: 4Gi
memory: 2Gi

jvm:
maxHeapSize: 2G
maxHeapSize: 1G
newHeapSize: 800M

0 comments on commit 5b8b788

Please sign in to comment.