[EMAIL PROTECTED] webapps]$ ps ax|grep stage2_java
866 pts/1 R 0:10 /home/sesame/stage2_java/bin/java -verbose:gc -server -Xms128m -Xmx512m -Djava.awt.headless=true -Djava.endorsed.dirs=/usr/local/extraview/stage2/tomcat/common/endorsed -classpath
/home/sesame/stage2_java/lib/tools.jar:/usr/local/extraview/stage2/tomcat/bin/bootstrap.jar:/usr/local/extraview/
At 03:00 PM 4/20/2005, you wrote:
After you've started your application, do a "ps ax|grep java" and see if that value is really making it into the command line; I'm doubting it is.
To set these options, I added a the following the the .bash_profile of my tomcat user:
export JAVA_OPTS="-Xmx1000m"
-ryan
-----Original Message----- From: LeeAnn Pultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 4:35 PM To: Tomcat Users List Subject: RE: OutOfMemoryError - 100 thread limit?
Thanks - I'll try that -
we do have CATALINA_OPTS set in catalina.sh of -Xms128m and -Xmx512m.
At 02:12 PM 4/20/2005, you wrote: > > From: LeeAnn Pultz [mailto:[EMAIL PROTECTED] > > Subject: Re: OutOfMemoryError - 100 thread limit? > > > > [Full GC 47271K->47262K(129792K), 0.7056980 secs] > > > > If anyone has any suggestions on other things that I could > > check for ? > >It still looks like your heap size is too small - 128MB isn't much these >days. Assuming you're using a Sun 1.4 JVM or later, try specifying >-XX:+PrintGCDetails on the command line to see data about the individual >generations of the heap to see which one is becoming exhausted. > > - Chuck > > >THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY >MATERIAL and is thus for use only by the intended recipient. If you >received this in error, please contact the sender and delete the e-mail >and its attachments from all computers. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED]
LeeAnn Pultz ExtraView Corporation [EMAIL PROTECTED] 831-461-7100 x115
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
LeeAnn Pultz
ExtraView Corporation
[EMAIL PROTECTED]
831-461-7100 x115
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
