diff --git a/k8s/graphdb/graphdb-stateful-set.yml b/k8s/graphdb/graphdb-stateful-set.yml index 99382a3..e629c3b 100644 --- a/k8s/graphdb/graphdb-stateful-set.yml +++ b/k8s/graphdb/graphdb-stateful-set.yml @@ -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