Hi, on glassfish v 3.0.1, I use to get a too many open file
exception raising after a while. The file descriptor limit is set to 1024
for the glassfish user that launch the server. I wonder if there is a recommended file descriptor limit to avoid this annoying exception. Just met me know. Thanks
views:
20answers:
1
A:
IMO, there is no "universal" value, it depends on things like the host(s), your app, the number of clients...
In the Chapter 5 Tuning the Operating System and Platform, they show how to set it to 8192 on Solaris which seems to be a reasonable first step.
Pascal Thivent
2010-10-07 17:08:55
Thanks, we will try various configurations and if it stable will let you know.
Alexandre GUIDET
2010-10-12 13:52:03