cpoerschke commented on PR #2508:
URL: https://github.com/apache/solr/pull/2508#issuecomment-2237112708

   > Along with this maybe we want to change
   > 
   > ```
   >  public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS = 4;
   > ```
   > 
   > to
   > 
   > ```
   > public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS = 
Runtime.getRuntime().availableProcessors();
   > ```
   
   Opened #2569 to separate that less controversial (?) change out from the 
less obvious (?) change here. Also there's some associated doc and config 
changes needed to go with making the default runtime aware.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to