"Obviously Actions in my app are not garbage collected until a major
 collection when the heap is full."

If they are garbage collected, then it is ok, the GC has a mind of its
own. If your actions are singletons (and they shouldn't be!) then they
are not likely to be collected.

musachy

On Fri, Jul 10, 2009 at 3:41 AM, Anselmo<anselm.ba...@googlemail.com> wrote:
>
> I started to profile my app with YourKit and JMeter, because of increasing
> request times.
>
> Obviously Actions in my app are not garbage collected until a major
> collection when the heap is full.
>
> This also happens with the showcase app from struts.
>
> Any idea which objects still reference the Actions or why they are not
> garbage collected after the request has finished.
>
> Thanks in advance
> --
> View this message in context: 
> http://www.nabble.com/Actions-are-not-Garbage-Collected-tp24425128p24425128.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to