[jboss-user] [JBoss Messaging] - Re: Too many open files

Hoffman462 do-not-reply at jboss.com
Sun Apr 22 20:35:45 EDT 2007


I have seen this in the past as well.  The problem for us was not related to Jboss at that time.  It occurred on a Linux Box, running the 2.4 Kernel.

Our work around was:

1) Become root

2) Execute ulimit -n 8192
This may also be any other large number.  The total number of open file handles is very large for even normal machines.

3) su username 
(Where this is the user that runs your jboss instance, and start the server).

While I don't think this really fixed the problem; it allowed us  to continue.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039663#4039663

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039663



More information about the jboss-user mailing list