Re: T3: OutOfMemory on ExprssionBinding and StaticBinding

2007-07-19 Thread Jesse Kuhnert
't be too hard > to create a custom Pool. > > Cheers, > > Rudie. > > -Oorspronkelijk bericht- > Van: Nick Westgate [mailto:[EMAIL PROTECTED] > Verzonden: donderdag 19 juli 2007 14:28 > Aan: Tapestry users > Onderwerp: Re: T3: OutOfMemory on ExprssionBinding and StaticBindin

Re: T3: OutOfMemory on ExprssionBinding and StaticBinding

2007-07-19 Thread Nick Westgate
8 Aan: Tapestry users Onderwerp: Re: T3: OutOfMemory on ExprssionBinding and StaticBinding Is there a way in Tapestry 3 to limit the maximum number of page entries? I don't think it's built in, no. In Tapestry 4 there is the org.apache.tapestry.page-pool-max-active setting, but it

RE: T3: OutOfMemory on ExprssionBinding and StaticBinding

2007-07-19 Thread Rudie Ekkelenkamp
stry users Onderwerp: Re: T3: OutOfMemory on ExprssionBinding and StaticBinding > Is there a way in Tapestry 3 to limit the maximum number of page > entries? I don't think it's built in, no. > In Tapestry 4 there is the org.apache.tapestry.page-pool-max-active > setting, but it

Re: T3: OutOfMemory on ExprssionBinding and StaticBinding

2007-07-19 Thread Nick Westgate
Is there a way in Tapestry 3 to limit the maximum number of page entries? I don't think it's built in, no. In Tapestry 4 there is the org.apache.tapestry.page-pool-max-active setting, but it doesn't seem to be available for Tapestry 3. Maybe any other suggestions on how to avoid this large nu

T3: OutOfMemory on ExprssionBinding and StaticBinding

2007-07-19 Thread Rudie Ekkelenkamp
Hi, We're running a webapplication using tapestry 3.0.3, spring and hibernate and it performs quite well. Unfortunately during peak hours we run into OutOfMemory errors. Using jhat we analyzed the memory dump and noticed a lot of ExpressionBinding and StaticBinding instances. I assume this occurs