RE: initial memory pool and maximum memory pool in Tomcat 6.x

2008-12-05 Thread Caldarale, Charles R
> From: Tuan Quan [mailto:[EMAIL PROTECTED] > Subject: Re: initial memory pool and maximum memory pool in Tomcat 6.x > > but the question really is the relationship between Memory > Pool and Permgen, since some time my app will run out of Permgen. PermGen size is set separately fro

Re: initial memory pool and maximum memory pool in Tomcat 6.x

2008-12-05 Thread Tuan Quan
ursday, December 4, 2008 11:58:26 AM Subject: Re: initial memory pool and maximum memory pool in Tomcat 6.x Hello Tuan, On Thu, Dec 4, 2008 at 6:05 PM, Tuan Quan <[EMAIL PROTECTED]> wrote: > Dear all; > What is the advantage of setting both values to the same number? In case your server is

Re: initial memory pool and maximum memory pool in Tomcat 6.x

2008-12-04 Thread Leon Rosenberg
Hello Tuan, On Thu, Dec 4, 2008 at 6:05 PM, Tuan Quan <[EMAIL PROTECTED]> wrote: > Dear all; > What is the advantage of setting both values to the same number? In case your server is short on memory it will try to increase the amount of used memory from start to max. In case the load is really he

initial memory pool and maximum memory pool in Tomcat 6.x

2008-12-04 Thread Tuan Quan
Dear all; What is the advantage of setting both values to the same number? My application run out Permgen memory, If I set both memory pool to 1200MB, and Permgen - 256M, Tomcat will not start. but if memory pool to 900MB and Permgen to 256M, Tomcat start OK. thanks.