Re: Heap size for two container sharing single JVM

2010-05-31 Thread Johan Martinez
, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Johan Martinez [mailto:jmart...@gmail.com] > > Subject: Heap size for two container sharing single JVM > > > > it will share the same JDK instance. > > All that means is that the same JDK is used as

RE: Heap size for two container sharing single JVM

2010-05-24 Thread Caldarale, Charles R
> From: Johan Martinez [mailto:jmart...@gmail.com] > Subject: Heap size for two container sharing single JVM > > it will share the same JDK instance. All that means is that the same JDK is used as the process templates for the each JVM instance. > Do I need to setup java heap s

Heap size for two container sharing single JVM

2010-05-24 Thread Johan Martinez
Hi, I am using Tomcat 5.5.27 core package on CentOS 5.3. I need to add tomcat-6 on the same machine and it will share the same JDK instance. Do I need to setup java heap space separately for both containers? For a single container I am adding heap space (Xmx) option to JAVA_OPTS in catalina.sh s