Brian Call [brian.c...@soterawireless.com] wrote:

[Hundreds of indexes]

> ...
>        at java.lang.Thread.run(Thread.java:724)
> Caused by: java.lang.OutOfMemoryError: Map failed
>         at sun.nio.ch.FileChannelImpl.map0(Native Method)
>         at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:846)

That error can also be thrown when the number of open files exceeds the given 
limit. "OutOfMemory" should really have been named "OutOfResources".

Check the maximum number of open files with 'ulimit -n'. Try raising it if it 
seems low.

- Toke Eskildsen

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to