You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2016/07/13 12:09:20 UTC

[jira] [Created] (SOLR-9301) Consider removing ConcGCThreads and ParallelGCThreads from default tuning parameters

Varun Thacker created SOLR-9301:
-----------------------------------

             Summary: Consider removing ConcGCThreads and ParallelGCThreads from default tuning parameters
                 Key: SOLR-9301
                 URL: https://issues.apache.org/jira/browse/SOLR-9301
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Varun Thacker
            Priority: Minor


Currently in our bin scripts we set default values for these two parameters  
{{-XX:ConcGCThreads=4 -XX:ParallelGCThreads=4}}

Given that the JVM can smartly choose the default values based on the number of processors should we still be overriding the defaults?

http://www.oracle.com/technetwork/articles/java/g1gc-1984535.html

For beefier machines this could be significantly slow down the collection times.

Will it have a negative effect for smaller machines?

Any other downsides to removing this that I might be overlooking?






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org