tomcat 4.x, linux I had a an out of memory problem that seemed linked to compiling JSPs; anytime we'd do a bunch of new jsp work, the're be an out of memory problem. Seemed like it came out of the jsp engine as well, but I'm not sure about that. I found something somewhere that indicated it was a JSP engine problem.. Anyone know about this?
--- On Fri 02/10, Eddie Dimond < [EMAIL PROTECTED] > wrote: From: Eddie Dimond [mailto: [EMAIL PROTECTED] To: users@tomcat.apache.org Date: Fri, 10 Feb 2006 10:20:43 -0700 Subject: RE: Tomcat out of memory We were experiencing the same problem with our tomcat servers (5.0.28). Ourproblem was that the jk connector port was being overwhelmed withconnections (we connect to tomcat from apache via mod_jk). There in no way5.0.28 to enlarge the thread pool size on the connectors (in server.xml).The solution we found was to add the recylce_timeout property to all of ourworkers in the apache/conf/workers.properties file: worker.tc1.recycle_timeout=120This setting will kill threads that have been inactive for two minutes (thethread checking takes place once a minute by default). We've been runningfor a week with this setup and have had no recurrence of the problems youdescribe.If you are running tomcat 5.5, you can set the threads pool size forconnectors in server.xml using the maxThreads property of the connector.If you are not running apache/tomcat, you will have to change the settingson the tcp/ip connector port.Hope this helps.-----Original Message-----From: Mike Sabroff [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 8:20 AMTo: Tomcat Users ListSubject: Re: Tomcat out of memoryAt our company we bounce tomcat every morning via a cron jobBurak "Y " wrote:> Hi all;>> I have a web site where 200 users online at average...These user overloadstarted in these days...>> Webpages seem to be loading sometimes then blank page comes(totaly blankno error messages)...I havent set any memory pool option on Tomcat or haventinstalled native software support of Tomcat...>> Please give me an idea in this situation...What must i do?>> thanks>> Burak YILMAZ>> > ---------------------------------> Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more onnew and used cars.> --Mike SabroffWeb [EMAIL PROTECTED] unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL PROTECTED] unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL PROTECTED] _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]