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/logs:/opt/graphdb/logs'
|
||||
- './data/import:/opt/graphdb/import'
|
||||
command: "\"-Dgraphdb.home=/opt/graphdb -Dgraphdb.workbench.importDirectory=/opt/graphdb/import -Ddefault.min.distinct.threshold=2G\""
|
||||
# Use 1GB of heap space
|
||||
command: "\"-Dgraphdb.home=/opt/graphdb -Dgraphdb.workbench.importDirectory=/opt/graphdb/import -Ddefault.min.distinct.threshold=16M\""
|
||||
environment:
|
||||
GDB_HEAP_SIZE: 16G
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue