Re: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread LeeAnn Pultz
ments from all computers. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----- To unsubscr

Re: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread LeeAnn Pultz
servlets and preload the JSP's? peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] LeeAnn Pultz ExtraView Corporation [EMAIL PROTECTED]

Re: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread LeeAnn Pultz
7;s? peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] LeeAnn Pultz ExtraView Corporation [EMAIL PROTECTED] 831-461-7100 x115 --

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread LeeAnn Pultz
[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

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread LeeAnn Pultz
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
le to go up to 50 threads with tomcat4.1. I'll try hitting tomcat's status servlet with 50 threads tonight and see what happens. peter On 4/20/05, LeeAnn Pultz <[EMAIL PROTECTED]> wrote: > I think we've gotten things a bit confused :) > > The application itself is not thread i

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
rocesses, which is good, but spawning new threads with every request isn't going to work. hope that helps peter On 4/20/05, LeeAnn Pultz <[EMAIL PROTECTED]> wrote: > We tried a new test :) > > We added code that spins up 8 threads inside just a plain servlet that > doesn&#x

RE: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
f 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, Apr

RE: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
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

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
ount should be between 10-15. I have a webapp which creates 10 threads on startup. When tomcat is done and my webapp is loaded, I have a total of 38. if your webapp is creating threads at start, what are they doing? peter lin > Threads Active : 94 > Threads Active : 94 > [Full GC 483

RE: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
400790 secs] [Full GC 47304K->47304K(129792K), 0.6315800 secs] [Full GC 47304K->47042K(129792K), 0.6941910 secs] java.lang.OutOfMemoryError java.lang.OutOfMemoryError Threads Active : 94 Threads Active : 94 [Full GC 48357K->47096K(129792K), 0.6358540 secs] LeeAnn Pultz ExtraView Co

RE: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
At 10:43 AM 4/20/2005, you wrote: > From: LeeAnn Pultz [mailto:[EMAIL PROTECTED] > Subject: Re: OutOfMemoryError - 100 thread limit? > > Perhaps this will trigger some ideas? The stack trace we get > when we get the OutOfMemoryError is : > > > - Root Cause - >

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
p up time for your tests? in other words, are you throwing 100 concurrent requests at it simultaneously, or ramping it up over a few seconds? peter On 4/20/05, LeeAnn Pultz <[EMAIL PROTECTED]> wrote: > Perhaps this will trigger some ideas? The stack trace we get when we get &g

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
- java.lang.OutOfMemoryError LeeAnn Pultz ExtraView Corporation [EMAIL PROTECTED] 831-461-7100 x115 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
ey an application bug. Another idea is to do netstat and see what the status of the connections are. It might be some of the connections are not closing. peter On 4/20/05, LeeAnn Pultz <[EMAIL PROTECTED]> wrote: > We have no jsps in the application. The index.html page loads our ser

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
ECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] LeeAnn Pultz ExtraView Corporation [EMAIL PROTECTED] 831-461-7100 x115 -

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
rectly. this happens when you hit the login page. I assume this don't happen with a static html page? by any chance are you using jsp tags or some web framework? peter On 4/20/05, LeeAnn Pultz <[EMAIL PROTECTED]> wrote: > This is not a memory leak in the application - we have hooked

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread LeeAnn Pultz
t connections with 5.5.4 without any problems. chances are, it's a memory leak in the webapp. only way to know for sure is to profile the application. peter lin On 4/20/05, Tim Funk <[EMAIL PROTECTED]> wrote: > There are no limits in tomcat. > http://jakarta.apache.org/tomcat/f

OutOfMemoryError - 100 thread limit?

2005-04-19 Thread LeeAnn Pultz
change to increase this? If this question is better off posted to the developers list, please someone, let me know :) thanks! LeeAnn Pultz ExtraView Corporation [EMAIL PROTECTED] 831-461-7100 x115 - To unsubscribe, e-ma