Re: Heap size for two container sharing single JVM

2010-05-31 Thread Johan Martinez
Thanks Chuck. These two tomcat containers are running under two different user accounts. I was exploring few things and found jps and jinfo commands, which showed two different processes for each container. Now that output makes more sense to me. -- jM. On Mon, May 24, 2010 at 2:03 PM, Caldaral

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 space separately f