Francois: We have not run into a FD limit "within the JVM" using Tomcat, (only aformentioned user limits that can be modified using ulimit). I too have read of OS/JVM limits surrounding some operations like select() for the NIO package, but these apparently are not limits on Tomcat or Coyote Connector implementations AFAIK.
Randy Watler Finali Corporation Francois JEANMOUGIN wrote: >>Can you post the contents of the following files: >>/proc/sys/fs/file-max >> >> >As already mentioned :209713 > > >>/proc/sys/fs/file-nr >> >> >2332 1398 209713 >Sooooo. 2332 FDs opened, 1398 used. I found a message talking about a hard coded limit of 1024 in the Jvm... Is it a per thread limit or ? > > >
