You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/04/12 14:30:52 UTC

[GitHub] [lucene] jpountz opened a new pull request #79: LUCENE-9387: Remove CodecReader#ramBytesUsed.

jpountz opened a new pull request #79:
URL: https://github.com/apache/lucene/pull/79


   This commit removes `ramBytesUsed()` from `CodecReader` and all file formats
   besides vectors, which is the only remaining file format that might use lots of
   memory in the default codec. I left `ramBytesUsed()` on the `completion` format
   too, which is another feature that could use lots of memory.
   
   Other components that relied on being able to compute memory usage of readers
   like facets' TaxonomyReader and the analyzing suggester assume that readers have
   a RAM usage of 0 now.


-- 
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.

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



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


[GitHub] [lucene] jpountz merged pull request #79: LUCENE-9387: Remove CodecReader#ramBytesUsed.

Posted by GitBox <gi...@apache.org>.
jpountz merged pull request #79:
URL: https://github.com/apache/lucene/pull/79


   


-- 
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.

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



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