Skip to content

Commit

Permalink
Increase Neo4j cpu request and limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 29, 2023
1 parent 49cf6f5 commit 7345663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8chart/ols4/templates/ols4-neo4j-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ spec:
resources:
requests:
memory: 15Gi
cpu: 0.5
cpu: 3
limits:
memory: 20Gi
cpu: 2
cpu: 3
env:
- name: NEO4J_HEAP_MEMORY
value: 15g
Expand Down

0 comments on commit 7345663

Please sign in to comment.