You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/11 07:12:39 UTC

[lucene-solr] 02/02: #66 Buff index settings a bit.

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

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

commit 1787c80de2e1a2aa632c34fa0c621ed5fcf26b6a
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Jul 11 02:12:23 2020 -0500

    #66 Buff index settings a bit.
---
 solr/test-framework/src/java/org/apache/solr/SolrTestCase.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java b/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
index a3b0cb5..28b8870 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
@@ -194,7 +194,7 @@ public class SolrTestCase extends LuceneTestCase {
       System.setProperty("solr.disablePublicKeyHandler", "true");
       System.setProperty("solr.dependentupdate.timeout", "1"); // seconds
 
-      System.setProperty("lucene.cms.override_core_count", "2");
+      System.setProperty("lucene.cms.override_core_count", "6");
       System.setProperty("lucene.cms.override_spins", "false");
 
       System.setProperty("solr.maxContainerThreads", "300");
@@ -206,8 +206,8 @@ public class SolrTestCase extends LuceneTestCase {
       ScheduledTriggers.DEFAULT_TRIGGER_CORE_POOL_SIZE = 2;
 
       System.setProperty("solr.tests.maxBufferedDocs", "1000000");
-      System.setProperty("solr.tests.ramBufferSizeMB", "20");
-      System.setProperty("solr.tests.ramPerThreadHardLimitMB", "4");
+      System.setProperty("solr.tests.ramBufferSizeMB", "60");
+      System.setProperty("solr.tests.ramPerThreadHardLimitMB", "30");
 
 
       System.setProperty("distribUpdateSoTimeout", "10000");