Robert Engels wrote:
SO, I would like to use a memory mapped reader, but I encounter OOM errors
when mapping large files, due to running out of address space.

Has anyone found a solution for this? (A 2 gig index is not all that
large...).

A 64-bit hardware, OS and JVM solves this nicely. On 32-bit systems it is hard for the OS to allocate the large, contiguous regions of address space required to memory map a 2GB index.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to