triplestore: Tweak heap sizes
This commit is contained in:
parent
48ee6ce862
commit
569ce2e930
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue