Brian Call [[email protected]] 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: [email protected] For additional commands, e-mail: [email protected]
