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

Optimal Heap Size for my Struts-Application

2006-11-02 Thread starki78
CIAO, I've a lack of experience in this and therefore I hope to receice an answer. What is the optimal Heap-Size for my Struts Application? On my weblogic server I get after 20 minutes an out of memory exception! My maximum memory is 128, so my question is if this is already the problem. 20

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

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