benwtrent commented on issue #12527:
URL: https://github.com/apache/lucene/issues/12527#issuecomment-1699427835

   I honestly don't know how big `new long[(count/8) * 3];` could get.
   
   If this thing can be large ((Integer.MAX_VALUE - 1)/8)*3, it would be good 
to use some sort of statically limited buffer (or load 3 vectors at a time in 
each loop). 


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

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