Re: [OT] apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/8/2010 8:32 AM, André Warnier wrote: > Hans Magne Helland wrote: >> But now it uses a lot of CPU. Googled it, and saw people having >> CPU-usage issues with ESX Vmware and Tomcat. Is this a known thing? > > As a bit of an outsider, I'd te

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-10-08 Thread Caldarale, Charles R
> From: Hans Magne Helland [mailto:hansma...@gmail.com] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > But now it uses a lot of CPU. Googled it, and saw people having > CPU-usage issues with ESX Vmware and Tomcat. Time

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-10-08 Thread André Warnier
Hans Magne Helland wrote: So you would need 64 Bit versions of those libraries which are coming from BMC. I would be interested in the info whether they exist as well :) I now run ARS 7.6, with the newest Mid-Tier 7.6 on my test server and it runs with 64 bit Java :) But now it uses a lot of C

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-10-08 Thread Hans Magne Helland
> So you would need 64 Bit versions of those libraries which are coming from > BMC. I would be interested in the info whether they exist as well :) I now run ARS 7.6, with the newest Mid-Tier 7.6 on my test server and it runs with 64 bit Java :) But now it uses a lot of CPU. Googled it, and saw p

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-30 Thread Hans Magne Helland
> From a very recent consulting job (performance and stability problems with > the BMC Remedy Midtier application): Yes, it uses a lot of native code > (shared libraries), at least on Solaris, but likely also on other platforms. > The whole communication to their backend, the so-called "AR Server"

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-30 Thread Rainer Jung
On 30.09.2010 10:33, Hans Magne Helland wrote: Have you tried running it on a 64-bit JVM? I will try that on a test server, and see if things work out as it should! From a very recent consulting job (performance and stability problems with the BMC Remedy Midtier application): Yes, it uses a

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-30 Thread Hans Magne Helland
> Have you tried running it on a 64-bit JVM? I will try that on a test server, and see if things work out as it should! Thanks for all replies on this :) - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addition

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > Is that one contiguous chunk of space in generation, or do > all three have to be contiguous with each other?

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > This command works, therefore PermGen is not part of the heap. PermGen is clearly not part of the -Xmx setting,

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 9/29/2010 2:38 PM, Jeffrey Janner wrote: > I'm pretty sure that > PermGen is not part of Heap. It's not, and easy to test empirically: $ java -Xmx16M -XX:MaxPermSize=32M -showversion This command works, therefore PermGen is not part of

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 9/29/2010 1:14 PM, Caldarale, Charles R wrote: > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: > RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > >> So ther

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, September 29, 2010 1:44 PM > To: Tomcat Users List > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb > memory assigned - windows > >

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > I'm pretty sure that PermGen is not part of Heap. I wasn't saying that PermGen was part of the regular heap;

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Jeffrey Janner
- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, September 29, 2010 12:14 PM > To: Tomcat Users List > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb > memory assigned - windows > > From: Jeffrey Janner [mailto:jeffr

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows > So there is some tradeoff between PermGen space and Heap. The NewGen, OldGen, and PermGen areas of the heap have to be allocated in

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, September 29, 2010 9:12 AM > To: Tomcat Users List > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb > memory assigned - windows > > &g

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Pid
On 29/09/2010 14:53, Hans Magne Helland wrote: > Thanks for the answers. > >> 1048 is an unusual value; are you reporting the numbers accurately? >> Shouldn't there be an MB on the end of each? Note that it's usually better >> to set the >> initial and maximum to the same value for server enviro

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Hans Magne Helland [mailto:hansma...@gmail.com] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > This tomcat server is running an ARS Remedy Mid-Tier application > (version 7.5), the requirements from BMC on this ver

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Hans Magne Helland
Thanks for the answers. > 1048 is an unusual value; are you reporting the numbers accurately? > Shouldn't there be an MB on the end of each?  Note that it's usually better > to set the > initial and maximum to the same value for server environments. This was copied from the test server, were I t

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Hans Magne Helland [mailto:hansma...@gmail.com] > Subject: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > Current settings: > Initial memory pool: 1024 > Maximum memory pool: 1048 1048 is an unusual value; are you rep

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Mark Thomas
On 29/09/2010 10:55, Hans Magne Helland wrote: > Hello everyone, > > Current settings: > Initial memory pool: 1024 > Maximum memory pool: 1048 > > If I increase any more then this, the tomcat6 service will not start. > > System log says the following: > "The Apache Tomcat 6 service terminated wi

apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Hans Magne Helland
Hello everyone, Current settings: Initial memory pool: 1024 Maximum memory pool: 1048 If I increase any more then this, the tomcat6 service will not start. System log says the following: "The Apache Tomcat 6 service terminated with service-specific error The operation completed successfully.."