Skip to content

Commit

Permalink
Increase GraphDB heap and total memory
Browse files Browse the repository at this point in the history
GraphDB is throwing:

    Insufficient free Heap Memory 150Mb for group by and distinct
  • Loading branch information
ddeboer committed Dec 6, 2023
1 parent 22ea69f commit d3123e6
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: 6Gi
memory: 8Gi
env:
- name: GDB_JAVA_OPTS
value: |
-Dgraphdb.workbench.cors.enable=true
-Dgraphdb.engine.parallel-import=false
- name: GDB_HEAP_SIZE
value: 4g
value: 6g
volumeMounts:
- mountPath: "/opt/graphdb/home"
name: data
Expand Down

0 comments on commit d3123e6

Please sign in to comment.