you can enable the request logger with: Application.get ().getRequestLoggerSettings().getRecordSessionSize()
the problem is that is not really the in memory size of a session/page for that you need a profiler On Wed, Mar 19, 2008 at 9:38 PM, Kaspar Fischer <[EMAIL PROTECTED]> wrote: > I fear this is a dumb question but I could not find any answer > in the list archive: how can I see how many pages are stored in > the page store and, more importantly, how large (KB) they are? > > I have implemented a search page that caches search results in > a session object. I want to test this with respect to memory > usage, to catch errors like mistakenly storing a reference to > the potentially huge result set in the page instance ... > > Thanks, > Kaspar > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
