Skip to content

Commit

Permalink
Raise GraphDB memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Dec 19, 2023
1 parent 5547848 commit 56c459d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/graphdb/graphdb-stateful-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ spec:
requests:
memory: 1.5Gi
limits:
memory: 8Gi
memory: 12Gi
env:
- name: GDB_JAVA_OPTS
value: |
-Dgraphdb.workbench.cors.enable=true
-Dgraphdb.engine.parallel-import=false
- name: GDB_HEAP_SIZE
value: 6g
value: 8g
volumeMounts:
- mountPath: "/opt/graphdb/home"
name: data
Expand Down

0 comments on commit 56c459d

Please sign in to comment.