Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread David Smith
gging this: 1. The option isn't being included in the tomcat java invocation 2. The option is corrupted (misspelt, incorrect spacing etc). HTH Alan Chaney Tomás Tormo wrote: Hi here it comes my question again... :D How to increase tomcat memory? I'm getting "GC overhead

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
t java invocation 2. The option is corrupted (misspelt, incorrect spacing etc). HTH Alan Chaney Tomás Tormo wrote: Hi here it comes my question again... :D How to increase tomcat memory? I'm getting "GC overhead limit exceeded". I tried putting export JAVA_OPTS="-Xms25

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
itespace around the options. I would look for two things were I debugging this: 1. The option isn't being included in the tomcat java invocation 2. The option is corrupted (misspelt, incorrect spacing etc). HTH Alan Chaney Tomás Tormo wrote: Hi here it comes my question again..

Re: How to increase tomcat memory

2008-05-19 Thread Alan Chaney
the options. I would look for two things were I debugging this: 1. The option isn't being included in the tomcat java invocation 2. The option is corrupted (misspelt, incorrect spacing etc). HTH Alan Chaney Tomás Tormo wrote: Hi here it comes my question again... :D How to inc

How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
Hi here it comes my question again... :D How to increase tomcat memory? I'm getting "GC overhead limit exceeded". I tried putting export JAVA_OPTS="-Xms256m -Xmx512m" in setclasspath.sh file as well as putting CATALINA_OPTS="-server -Xms256m -Xmx512m" in