Re: Optimal Heap Size for my Struts-Application

2006-11-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jorge Martín, Jorge Martín Cuervo wrote: > It's a realy cool question, i've a complex webapp with a lot of > differents diciplines: > > - xstl > - xsl-fo > - very large objects in session These three are going to kill you. XSLT uses a ton of memory

RE: Optimal Heap Size for my Struts-Application

2006-11-02 Thread Jorge Martín Cuervo
It's a realy cool question, i've a complex webapp with a lot of differents diciplines: - xstl - xsl-fo - ajax - xpath - custom classloading - very large objects in session - ... The tests with jmeter using 10 concurrents users don't cause an memory exception (i use 256M for heap) there is some g

RE: Optimal Heap Size for my Struts-Application

2006-11-02 Thread Dave Newton
From: starki78 [mailto:[EMAIL PROTECTED] > My maximum memory is 128, Well, my local Weblogic 8.1 eats ~80M with a single user not doing anything. 128M seems a little light if you're actually doing something, but without knowing much about your application (how much you keep in session, any in-mem