triplestore: Use 1GB of memory

This commit is contained in:
Tom Wiesing 2021-12-17 13:39:26 +01:00
parent dfa8e85563
commit a73adcff56
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -9,6 +9,10 @@ services:
- './data/data:/opt/graphdb/data'
- './data/work:/opt/graphdb/work'
- './data/logs:/opt/graphdb/logs'
# Use 1GB of heap space
environment:
GDB_HEAP_SIZE: 1gb
restart: always
networks: