RE: Wicket and memory, caching

2014-03-10 Thread Brown, Berlin [PRI-1PP]
Berlin Brown – Software Developer Primerica Online Primerica_Online_-_Java_Development 770-564-6374 -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, March 10, 2014 4:03 AM To: users@wicket.apache.org Subject: Re: Wicket and memory, caching Hi

Re: Wicket and memory, caching

2014-03-10 Thread Martin Grigorov
Hi, On Sat, Mar 8, 2014 at 9:24 PM, Brown, Berlin [PRI-1PP] < berlin.br...@primerica.com> wrote: > We are running into memory issues and it looks like wicket stores a lot of > data in heap memory but also a lot of data is stored in session. > Some numbers that prove your words would really help

Wicket and memory, caching

2014-03-08 Thread Brown, Berlin [PRI-1PP]
We are running into memory issues and it looks like wicket stores a lot of data in heap memory but also a lot of data is stored in session. We aren't that concerned with page versioning or caching approaches. E.g. we can just turn all of that off. We thought about using setVersioning to false