Smalyshev has uploaded a new change for review. https://gerrit.wikimedia.org/r/229202
Change subject: fix properties for https://jira.blazegraph.com/browse/BLZG-1385 ...................................................................... fix properties for https://jira.blazegraph.com/browse/BLZG-1385 Change-Id: Ia34ff4c3728c6cb6c9ac49c09b7a2e7a3fb96390 --- M dist/src/script/RWStore.properties 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf refs/changes/02/229202/1 diff --git a/dist/src/script/RWStore.properties b/dist/src/script/RWStore.properties index 5b80588..399e21f 100644 --- a/dist/src/script/RWStore.properties +++ b/dist/src/script/RWStore.properties @@ -38,3 +38,6 @@ com.bigdata.journal.AbstractJournal.writeCacheBufferCount=1000 # Enable small slot optimization! com.bigdata.rwstore.RWStore.smallSlotType=1024 +# See https://jira.blazegraph.com/browse/BLZG-1385 - reduce LRU cache timeout +com.bigdata.journal.AbstractJournal.historicalIndexCacheCapacity=20 +com.bigdata.journal.AbstractJournal.historicalIndexCacheTimeout=5 -- To view, visit https://gerrit.wikimedia.org/r/229202 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia34ff4c3728c6cb6c9ac49c09b7a2e7a3fb96390 Gerrit-PatchSet: 1 Gerrit-Project: wikidata/query/rdf Gerrit-Branch: master Gerrit-Owner: Smalyshev <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
