triplestore: Update to 16GB / 2 GB per query
This commit is contained in:
parent
c6f4f97497
commit
59ea9538e4
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +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'
|
||||||
command: "\"-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=250M\""
|
command: "\"-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=2G\""
|
||||||
# Use 1GB of heap space
|
# Use 1GB of heap space
|
||||||
environment:
|
environment:
|
||||||
GDB_HEAP_SIZE: 4G
|
GDB_HEAP_SIZE: 16G
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue