Seeing this on the buildbot:

java.io.IOException: error=24, Too many open files

Which is easily resolved with something like ulimit -n 50000

However, this is usually a good indication that 'a' process is leaking file
handles. Has anyone done work on files or sockets recently (a socket is
often backed by a file on Linux)?

For example, not closing sockets is often a cause of this.

Andy.



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Buildbot-Too-many-open-files-tp4666569.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to