Which JVM implementations let you increase the number of simultaneously open files?
Created May 4, 2012
Nathan Meyers Apparently the IBM JVM for Linux can handle higher file descriptor limits and the Sun JVM cannot. This has to do with native programming details deep in the JVM code - unfortunately, you can't do anything about it without fixing the JVM source.