You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Thierry Buecheler <th...@buecheler.net> on 2005/12/01 15:46:46 UTC

Re: Memory Management on Application Level?

Does nobody know this or is this the wrong mailing list?

T.

Thierry Buecheler wrote:
> Hi everybody
> 
> I'm looking for a possibility to prevent Java heap overflows due to user 
> peaks for our JSF application. We would like to keep track of memory 
> usage for every user (for example by setting an application wide limit 
> for generated objects). Is there a possibility to do that beyond session 
> limits?
> 
> If, say, every user lists a unknown number of objects on a page and I 
> want to limit the entire webserver-load to n objects (for all current 
> sessions), how could I do that? Is there an appropriate method on 
> "application" which I missed?
> 
> Thank you very much,
> Thierry