On 22/05/07, Balazs Michnay <[EMAIL PROTECTED]> wrote:
Hi,

I have just downloaded NetBeans Profiler to see how my web-app performs and 
realized that it produces serious memory leaks... The interesting part is that 
I have nothing on my JSP but static struts tags (no dynamic content at all) and 
it turned out that the leaks are not made by my application, but made by either 
struts (???) or Tomcat (???) or Java itself, I don't know what...

I don't want to be seen to be teaching my grannie to suck eggs, but
are you doing your profiling with a clean start of Netbeans and
Tomcat? I've just been indulging in a fairly rapid cycle of develop,
deploy in-situ, test using Netbeans and the embedded Tomcat, and have
crashed with an OOM error. So something in Netbeans or, more likely,
Tomcat is holding resource when you re-deploy in-situ.

Regards
Roger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to