jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Smalyshev: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Ia34ff4c3728c6cb6c9ac49c09b7a2e7a3fb96390 Gerrit-PatchSet: 1 Gerrit-Project: wikidata/query/rdf Gerrit-Branch: master Gerrit-Owner: Smalyshev <[email protected]> Gerrit-Reviewer: Smalyshev <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
