Hi,

>- What I am doing is http://localhost:8080/  and keep refreshing that
with
>F5
>- I am NOT testing my own servlet. I am NOT doing anything else !!!
>
>I monitor memory usage using top and sorting the results by memory. I
am
>looking at the SIZE column.
>What I get is an EVER INCREASING memory usage. Something like
>30212
>30220
>31016
>31040
>31576

Why is that necessarily a leak??? The JVM will allocate as much memory
as it wants even for identical resources, up to when a GC is needed.  As
long as this is all you're doing, it could go up to close to 64MB (the
default limit), before everything will be GCed.  

Did you try going up that high?

I wouldn't rush to put in a bug for this ;)

Yoav Shapira
Millennium ChemInformatics
This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

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

Reply via email to