Tip from Flip:

Use the yourkit profiler, start your server and before you hit the
page in question, take a memory snapshot. Hit the page a couple of
times, and take another snapshot. Then compare the two snapshots.

Try to find the page in question and see what is kept in memory.

If you use final parameters, or final local variables in combination
with anonymous inline IModels that are passed between pages, that
typically ensures large memory consumption, explaining the behavior.

Martijn

On 6/27/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> If you can't profile directly, you might want to put in a inspector
> page such as the wicket examples have that (see the 'i' icon in the
> top left corner of wicket-examples apps), and see if there are any
> extreme things going on.
>
> Eelco
>
>
> On 6/27/06, A. Zwaan <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> > Hi Martijn,
> >
> >
> >
> > We have 'deployment' mode turned on, and to my knowledge no larger pagemap
> > cache or other configuration settings.
> >
> >
> >
> >
> >
> > Kinds regards,
> >
> >
> >
> >
> > Arjan Zwaan.
> >
> >
> >
> >
> >
> > FINAN Financial Analysis
> >  Postbus 4155
> >  3006 AD Rotterdam
> >  Tel: +31 10 8508500
> >  www.finan.nl
> >  ________________________________
> >
> >
> > DISCLAIMER: This statement is not an official statement from, nor does it
> > represent an official position of, FINAN Financial Analysis. The information
> > contained in this message is intended for the named addressee only. Taking
> > note or use of this information by anyone other than the named addressee is
> > strictly prohibited. FINAN Financial Analysis and/or myself do not accept
> > any responsibility for the actual contents of this message and/or its
> > attachments as well as the completeness and/or timely delivery thereof.
> >
> >
> >
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >
> >
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
-- http://wicketframework.org

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to