I really appreciate with the kind of response I am getting from this list.
Just as I would caution anyone who is running out of memory to check to
see /why/ they were running out of memory before they blindly increase
the heap size, I have to caution you to investigate /why/ you are
running out of file handles before you blindly increase your file handle
limit.

Yes, increasing the file handle limit is likely to fix your problem, but
probably only temporarily. You may have a resource leak that is merely
going to take longer to hit if you increase your file handle limit.

Yes, I believe there are some problem with application code. So instead of increasing file descriptor limit, I am running lsof to find out what are the files getting opened by application. Recently we have added lots of images in our application and also upgraded castor to new version, so I am also looking into part of code that manages castor/images. Unfortunately lsof command is not running in my system and taking help from sys admin to run this command.
Again thanks all for your help and I hope, I could find the problem.

regards,
Ranjan


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to