triplestore: Use 1GB of memory
This commit is contained in:
parent
dfa8e85563
commit
a73adcff56
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ services:
|
||||||
- './data/data:/opt/graphdb/data'
|
- './data/data:/opt/graphdb/data'
|
||||||
- './data/work:/opt/graphdb/work'
|
- './data/work:/opt/graphdb/work'
|
||||||
- './data/logs:/opt/graphdb/logs'
|
- './data/logs:/opt/graphdb/logs'
|
||||||
|
# Use 1GB of heap space
|
||||||
|
environment:
|
||||||
|
GDB_HEAP_SIZE: 1gb
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue