triplestore: Tweak heap sizes

This commit is contained in:
Tom Wiesing 2021-12-20 12:37:48 +01:00
parent 48ee6ce862
commit 569ce2e930
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -11,7 +11,8 @@ services:
- './data/logs:/opt/graphdb/logs' - './data/logs:/opt/graphdb/logs'
# Use 1GB of heap space # Use 1GB of heap space
environment: environment:
GDB_HEAP_SIZE: 1G GDB_MAX_MEM: 4G
GDB_MIN_MEM: 1G
restart: always restart: always