noblepaul opened a new pull request, #965:
URL: https://github.com/apache/solr/pull/965

   A lot of strings are repeated in `state.json` . interning those strings can 
dramatically reduce the heap used
   
   The heap used by the `DocCollection` Object for varying shard sizes is as 
follows
   
   ```
   shards  | w/o optimization(MB) | w/ optimization
   512          1.36                             1.06
   1024        2.63                              2.029
   2048        5.21                              3.98
   4096       10.34                              7.89
   
   ````


-- 
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-unsubscr...@solr.apache.org

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


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

Reply via email to