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:
us...@infra.apache.org



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

Reply via email to