> From: Pierre Goupil [mailto:[EMAIL PROTECTED]
> Subject: Tomcat memory increasing without any activity on our webapp
>
> When we start it up without any surfing on it or without
> any activity of any kind, the JVM memory first goes to some
> level, then stays at this level for 5-10 minutes and after
> some times it keeps on growing up.
>
> BUT, if we set up this webapp as non-reloadable (on a dev
> machine), the memory just grows up in the beginning and
> then doesn't grow up anymore

There are many definitions of "memory"; which one are you referring to?

What does JConsole (or equivalent) say about heap usage?

What OS are you using?  Which JVM?  What are your Java heap size settings?

The thread that monitors webapps for potential reloading will create objects as 
it runs, and these won't go away until a garbage collection occurs.  In a 
lightly loaded system, that may not happen for several days.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to