I've put System.gc() in one place in the code and I'm seeing that "lsof | wc -l" shows that my web application uses less file descriptors as time go on :)

I hope the server won't run out of available file descriptors in the future.

Also, I've put in /etc/profile.local the line "ulimit -n 8192", hoping it will help.

I'm planing to make a cron job which will check server each 10 minutes and reboot the computer if web server is unavailable at the third time (wget returns error).




---------------------------------------------------------------------
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