dsmiley commented on issue #15296: URL: https://github.com/apache/lucene/issues/15296#issuecomment-3382923168
That limit prevents new (aka "flushed") segments from being larger than 2GB. It doesn't prevent larger segments (via merges). That limit is governed by setMaxMergedSegmentMB (default is 5GB; consider raising this). -- 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]
