RE: Tomcat using near 100% of CPU on Windows 2008

2013-01-31 Thread Dima Iva
. The CPU utilization by Tomcat is now really-really low. We'll keep an eye on it, but so far-so good. Cheers,Dima Date: Wed, 30 Jan 2013 13:06:15 -0500 Subject: Re: Tomcat using near 100% of CPU on Windows 2008 From: smithh032...@gmail.com To: users@tomcat.apache.org On Wed, Jan 30, 2013

RE: Tomcat using near 100% of CPU on Windows 2008

2013-01-30 Thread Caldarale, Charles R
From: Dima Iva [mailto:ots...@live.com] Subject: Tomcat using near 100% of CPU on Windows 2008 I added CATALINA_OPTS=-Xms4096m -Xmx512m to the Environment Variables That's clearly wrong; you made the maximum smaller than the minimum. What makes you think you have a heap size problem

Re: Tomcat using near 100% of CPU on Windows 2008

2013-01-30 Thread Howard W. Smith, Jr.
On Wed, Jan 30, 2013 at 12:27 PM, Dima Iva ots...@live.com wrote: We have a Windows 2008 R2 virtual machine on an ESXi server. It only runs one application that requires Apache, Tomcat, Java and PostgreSQL. We have the latest versions of these programs. The machine has 1TB of disk space

Re: Tomcat using near 100% of CPU on Windows 2008

2013-01-30 Thread Mark Eggers
On 1/30/2013 10:04 AM, Caldarale, Charles R wrote: From: Dima Iva [mailto:ots...@live.com] Subject: Tomcat using near 100% of CPU on Windows 2008 I added CATALINA_OPTS=-Xms4096m -Xmx512m to the Environment Variables That's clearly wrong; you made the maximum smaller than the minimum. What

Re: [OT] Tomcat using near 100% of CPU on Windows 2008

2013-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 1/30/13 1:04 PM, Caldarale, Charles R wrote: From: Dima Iva [mailto:ots...@live.com] Subject: Tomcat using near 100% of CPU on Windows 2008 I added CATALINA_OPTS=-Xms4096m -Xmx512m to the Environment Variables That's clearly