uschindler commented on issue #13194: URL: https://github.com/apache/lucene/issues/13194#issuecomment-2011672091
> Not to mention that we map in 16GB chunks, so may require a little more plumbing (but nothing too hard). Is the mapping in chunks still needed? Did you @uschindler encounter issues when mapping larger chunks? Yes, tests on Windows showed havoc with large files. But this is not a problem form MemorySegmentIndexInputProvider, the mmap call is easy to do, the splicing is already there. We just have two implementations for the filename -> MemorySegment[]. Easy, no changes needed. -- 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