triplestore: use 16mb of memory
This commit is contained in:
parent
efb2a51216
commit
8aab760baf
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ services:
|
||||||
- './data/work:/opt/graphdb/work'
|
- './data/work:/opt/graphdb/work'
|
||||||
- './data/logs:/opt/graphdb/logs'
|
- './data/logs:/opt/graphdb/logs'
|
||||||
- './data/import:/opt/graphdb/import'
|
- './data/import:/opt/graphdb/import'
|
||||||
command: "\"-Dgraphdb.home=/opt/graphdb -Dgraphdb.workbench.importDirectory=/opt/graphdb/import -Ddefault.min.distinct.threshold=2G\""
|
command: "\"-Dgraphdb.home=/opt/graphdb -Dgraphdb.workbench.importDirectory=/opt/graphdb/import -Ddefault.min.distinct.threshold=16M\""
|
||||||
# Use 1GB of heap space
|
|
||||||
environment:
|
environment:
|
||||||
GDB_HEAP_SIZE: 16G
|
GDB_HEAP_SIZE: 16G
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue