You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/15 17:19:43 UTC

[GitHub] [solr] jebnix commented on pull request #1062: Fix documentation irrelevant minor mistake

jebnix commented on PR #1062:
URL: https://github.com/apache/solr/pull/1062#issuecomment-1279786988

   I understand what @risdenk is talking about but it was kind of weird reading that a single instance that required 64GB would operate better with two nodes of 31GB. The point that this sentence wants to make is that if an instance needs more than 32GB, it'll be better to split. I think a better edit would be:
   
   ```diff
   Because of the potential garbage collection issues and the particular issues that happen at 32GB, if a single instance would require a 62GB heap, performance is likely to improve greatly if the machine is set up with two nodes that each have a 31GB heap. 
   + That is because it is better to set up multiple nodes of a size smaller than 32GB, than one node with an equivalent size that is greater than 32GB.
   ```


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org