Re: setting opts to avoid OutOfMemory errors

2003-12-24 Thread Kagi (sm)
X-Kagi-AutoReply:r2db Hello, You sent an email that does not contain the formated purchase data that this email account is able to parse. So that we may be able to assist you, we offer the following suggestions. If you are writing to ask a question about a payment made to Kagi, you might be ab

RE: setting opts to avoid OutOfMemory errors

2003-12-20 Thread Kagi (sm)
X-Kagi-AutoReply:r2db Hello, You sent an email that does not contain the formated purchase data that this email account is able to parse. So that we may be able to assist you, we offer the following suggestions. If you are writing to ask a question about a payment made to Kagi, you might be ab

Re: setting opts to avoid OutOfMemory errors

2003-12-20 Thread Kagi (sm)
X-Kagi-AutoReply:r2db Hello, You sent an email that does not contain the formated purchase data that this email account is able to parse. So that we may be able to assist you, we offer the following suggestions. If you are writing to ask a question about a payment made to Kagi, you might be ab

RE: setting opts to avoid OutOfMemory errors

2003-12-19 Thread Shapira, Yoav
Howdy, >You are right. It is there. I sincerely apologize but I have read only >http://jakarta.apache.org/tomcat/faq/memory.html >and it was not there, nore in the links mentioned there. Should have >searched longer ... I just added there as well, especially for this situation. >"prominent and

Re: setting opts to avoid OutOfMemory errors

2003-12-19 Thread David Strupl
Shapira, Yoav wrote: The same is documented in the places I mentioned for the tomcat 4.1 versions, e.g. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html. You are right. It is there. I sincerely apologize but I have read only http://jakarta.apache.org/tomcat/faq/memory.html and it

RE: setting opts to avoid OutOfMemory errors

2003-12-19 Thread Shapira, Yoav
Howdy, >Sorry - I was trying to use tomcat 4.1.29 and never looked at 5.0 docs. The same is documented in the places I mentioned for the tomcat 4.1 versions, e.g. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html. >In 4.1 ones there are really vague advices regarding memory ;-(

Re: setting opts to avoid OutOfMemory errors

2003-12-19 Thread David Strupl
Hi, Shapira, Yoav wrote: Howdy, The fact that in the stock distribution the fork attrribute is set to false by default is IMHO not very good choice. Took me several days of headaches trying to find the leak in my code. When there is a disign choice "slow" versus "crash for 1% of users" I would c

RE: setting opts to avoid OutOfMemory errors

2003-12-19 Thread Shapira, Yoav
Howdy, >The fact that in the stock distribution the fork attrribute is set to >false by default is IMHO not very good choice. Took me several days of >headaches trying to find the leak in my code. When there is a disign >choice "slow" versus "crash for 1% of users" I would choose slow and put >in

Re: setting opts to avoid OutOfMemory errors

2003-12-19 Thread David Strupl
David Rees wrote: David Strupl wrote: Sorry but how do I "set the fork attribute of the JspServlet to true"? Look at Tomcat's conf/web.xml, and you will see it. Aha. I see. I was editing only server.xml previously. This seems like an obvoius memory leak in somewhere IMHO: Is this how is tomc

Re: setting opts to avoid OutOfMemory errors

2003-12-19 Thread David Rees
David Strupl wrote: Sorry but how do I "set the fork attribute of the JspServlet to true"? Look at Tomcat's conf/web.xml, and you will see it. This seems like an obvoius memory leak in somewhere IMHO: Is this how is tomcat supposed to work (on SUN's JDK)? Your script will cause TC to run OOM unle

Re: setting opts to avoid OutOfMemory errors

2003-12-18 Thread David Strupl
Hi, David Rees wrote: All increasing the -Xmx256M setting will do is delay the onset of the OOM condition, it won't fix it. If you compile a lot of JSPs, make sure that in the container's web.xml you set the fork attribute of the JspServlet to true or use jikes, otherwise that will leak memory

RE: setting opts to avoid OutOfMemory errors

2003-12-15 Thread Shapira, Yoav
PROTECTED] >Sent: Saturday, December 13, 2003 5:52 PM >To: Tomcat Users List >Subject: Re: setting opts to avoid OutOfMemory errors > >Hans Steinraht wrote: > >> Maybe someone can help me out with some questions I have to avoid the >> OutOfMemory errors that I have fro

Re: setting opts to avoid OutOfMemory errors

2003-12-13 Thread David Rees
Hans Steinraht wrote: Maybe someone can help me out with some questions I have to avoid the OutOfMemory errors that I have from time to time The computer where Tomcat, version 4.1.24, is running is a linux machine wit 500M memory and j2sdk1.4.1. I have read in this newsgroup that the solutions t