The last N pages are kept in the http session for faster read when browser
back button is used and for Ajax apps.
In Wicket 1.5 (trunk) you can
see org.apache.wicket.settings.IStoreSettings.getInmemoryCacheSize()

On Thu, May 26, 2011 at 9:25 AM, MattyDE <ufer.mar...@gmail.com> wrote:

> ohkaay...
>
> So i dont understand why my GridView Panels are not released immediately...
>
> I browse to site A -> heap dump -> GridView Panels in the Heap (Correct)
> to site B -> heap dump -> GridView Panels still in Heap (why?)
> to site A -> heap dump -> GridView Panels sometimes still in Heap (why, and
> why sometimes?)
> to site B -> heap dump -> GridView Panels sometimes gone .. sometimes not
> ....
>
> so i thought there is any limit which will be reached "sometimes" and than
> the heap get flushed.
>
> any idea? =(
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/When-will-my-panels-be-released-tp3549632p3551733.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to