You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2021/11/09 16:17:58 UTC

[solr] branch main updated: SOLR-15663: JsonFaceting benchmark should flush by doc count for better reproducible behavior. (#388)

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 79f3d18  SOLR-15663: JsonFaceting benchmark should flush by doc count for better reproducible behavior. (#388)
79f3d18 is described below

commit 79f3d18d1380abd776c9f59cf1b8f7b01aefe44b
Author: Mark Robert Miller <ma...@gmail.com>
AuthorDate: Tue Nov 9 10:17:52 2021 -0600

    SOLR-15663: JsonFaceting benchmark should flush by doc count for better reproducible behavior. (#388)
---
 solr/benchmark/src/resources/configs/cloud-minimal/conf/solrconfig.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/benchmark/src/resources/configs/cloud-minimal/conf/solrconfig.xml b/solr/benchmark/src/resources/configs/cloud-minimal/conf/solrconfig.xml
index a36301e..20caf3b 100644
--- a/solr/benchmark/src/resources/configs/cloud-minimal/conf/solrconfig.xml
+++ b/solr/benchmark/src/resources/configs/cloud-minimal/conf/solrconfig.xml
@@ -38,7 +38,8 @@
 
     <useCompoundFile>${useCompoundFile:true}</useCompoundFile>
 
-    <ramBufferSizeMB>${ramBufferSizeMB:100}</ramBufferSizeMB>
+    <ramBufferSizeMB>${ramBufferSizeMB:160}</ramBufferSizeMB>
+    <maxBufferedDocs>${maxBufferedDocs:250000}</maxBufferedDocs>     <!-- Force the common case to flush by doc count  -->
     <!-- <ramPerThreadHardLimitMB>60</ramPerThreadHardLimitMB> -->
 
     <!-- <mergeScheduler class="org.apache.lucene.index.ConcurrentMergeScheduler">