RE: Tomcat cluster tuning

2003-09-11 Thread Ralph Einfeldt
mx is limiting the heap of a java process. In other words: It limits the total heap for one tomcat instance. The total memory can be much higher: - stacksize per thread Some vm's let you set these values (-Xss). If you have some hundred of threads that can make up some memory. - static memo

RE: Tomcat cluster tuning

2003-09-11 Thread Cristopher Daniluk
-Original Message- >From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 11, 2003 12:46 PM >To: Tomcat Users List >Subject: RE: Tomcat cluster tuning > > >mx is limiting the heap of a java process. > >In other words: >It limits the total

RE: Tomcat cluster tuning

2003-09-11 Thread Ralph Einfeldt
m: Cristopher Daniluk [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 7:04 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat cluster tuning > > > Are there any recommendations for what JVM would work best? > > We're not doing anything fancy, s