[jira] [Assigned] (SOLR-16328) intern() strings in DocCollection to reduce memory footprint

2022-08-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-16328: - Assignee: Noble Paul > intern() strings in DocCollection to reduce memory footprint > --

[GitHub] [solr] noblepaul opened a new pull request, #965: SOLR-16328 : intern() strings in DocCollection to reduce memory footp…

2022-08-07 Thread GitBox
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

[jira] [Created] (SOLR-16328) intern() strings in DocCollection to reduce memory footprint

2022-08-07 Thread Noble Paul (Jira)
Noble Paul created SOLR-16328: - Summary: intern() strings in DocCollection to reduce memory footprint Key: SOLR-16328 URL: https://issues.apache.org/jira/browse/SOLR-16328 Project: Solr Issue Ty