romseygeek commented on PR #15970:
URL: https://github.com/apache/lucene/pull/15970#issuecomment-4287944314

   We've seen a few out-of-memory crashes on elasticsearch nodes running with 
small JVM heaps, with heap dumps consisting almost entirely of 
PendingBlock/TrieBuilder/Node hierarchies.  This should help reduce memory 
pressure in these cases.
   
   Claude also suggests reworking how Nodes are stored for cases where we have 
long shared prefixes (URL fields are particularly bad for this), but that's a 
much bigger change and I'm not quite ready to dive into how to do that yet :)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to