Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Christoph,

On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote:
 I would like to increase the jvm heap size to, say, 1GB, in Tomcat 
 6.x Windows 7 service. Using the configuration program I see
 fields to set initial and max and max memory pool, but I don't see
 these parameters in the service startup command. Shouldn't  there
 be something like -Xmx1024m in the parameters?

Where are you looking? The Tomcat service runner will add those
parameters to the JVM launch command. Are you saying that you've
specified those parameters but they don't seem to be affecting the JVM
that starts, or are you just looking at the parameters tab and
expecting them to show up? They won't show up because they are
configured elsewhere.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJUkt/FAAoJEBzwKT+lPKRYCiwP/RubsRUE0JmmzaLm/PciJC5J
9QiIq4Ez4aNIbSu9/U02t4sEFOOfiPnkcZxGxZlldUTkq3WhrCrBXMlhDLfUXt0B
eBmPE/Z0uL76Xu73FHYKhEyQb0wQ5+C6x4dIRDKAl+64P981L2oUq51ilEHaiICw
5pqvyEtx8lwx3zW1Lpn0YgYn3opVYYzu+43xnvbBBfSTEtMFswaPDcXR69UfZuZr
JVHuQTDSJyeeivTnYSFMtGca2jBTfqYl+if4d63WCJpOsdV22Tr+XPnEvBUDBj0b
4Y6+IWZQdOcXABnu9AcPzUFvY8USsnbZ8Z4ri4gc4cawGq3a1K+I07Voibs04ui5
wie4dhRAZ01e/Ypwf8aXz3CVrlzTcILder7WtECO43qLIqDYyQ/2x6Me5PsEw13+
Qtc2a3emcrdyq3IcAsNnRjpE6X+t0fmSKCorgc+w5QREZzH0UjkI0sxolKVoCRU1
l5v368N4in54gJjB2o/fOIlaxF+Uij7Z4X5ZhD4HtFUhHuevG0Ub7xTWNYgK25hi
0GQWwOtrOdKFHGFkKsSuCoelNip+4gRQKm02qv8MMo71JM1E7kmBkUbYd51hgoMX
n7T0/uIvWf5bTHB2DIWEdkUZYI8666U+4tt1moyqCczYuj2T2V41DvASYLi+HwbY
tyA/huV7VfGPOOMUXbCq
=q7Y/
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread Christoph P.U. Kukulies

Am 18.12.2014 um 15:08 schrieb Christopher Schultz:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Christoph,

On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote:

I would like to increase the jvm heap size to, say, 1GB, in Tomcat
6.x Windows 7 service. Using the configuration program I see
fields to set initial and max and max memory pool, but I don't see
these parameters in the service startup command. Shouldn't  there
be something like -Xmx1024m in the parameters?

Where are you looking? The Tomcat service runner will add those


Wasn't aware of this. I was expecting them to show up in the service 
start line.
And where do I configure these? Under Linux I'm seeing a lot of 
parameters being passed

to the java start command for tomcat.


parameters to the JVM launch command. Are you saying that you've
specified those parameters but they don't seem to be affecting the JVM
that starts, or are you just looking at the parameters tab and
expecting them to show up? They won't show up because they are
configured elsewhere.

- -chris


--
Christoph



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread David kerber

On 12/18/2014 9:44 AM, Christoph P.U. Kukulies wrote:

Am 18.12.2014 um 15:08 schrieb Christopher Schultz:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Christoph,

On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote:

I would like to increase the jvm heap size to, say, 1GB, in Tomcat
6.x Windows 7 service. Using the configuration program I see
fields to set initial and max and max memory pool, but I don't see
these parameters in the service startup command. Shouldn't  there
be something like -Xmx1024m in the parameters?

Where are you looking? The Tomcat service runner will add those


Wasn't aware of this. I was expecting them to show up in the service
start line.
And where do I configure these? Under Linux I'm seeing a lot of
parameters being passed
to the java start command for tomcat.


In windows, service startup parameters are read from the registry.  It 
is possible to edit them manually, but it's quite error-prone because 
it's hard to see everything you need to see.


The easiest way to manage the settings is in the tomcat windows service 
manager executable.  The normal name is serviceNamew.exe, but you can 
also specify the service name on the command line when the app is started.






parameters to the JVM launch command. Are you saying that you've
specified those parameters but they don't seem to be affecting the JVM
that starts, or are you just looking at the parameters tab and
expecting them to show up? They won't show up because they are
configured elsewhere.

- -chris


--
Christoph



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread André Warnier

Christoph P.U. Kukulies wrote:

Am 18.12.2014 um 15:08 schrieb Christopher Schultz:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Christoph,

On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote:

I would like to increase the jvm heap size to, say, 1GB, in Tomcat
6.x Windows 7 service. Using the configuration program I see
fields to set initial and max and max memory pool, but I don't see
these parameters in the service startup command. Shouldn't  there
be something like -Xmx1024m in the parameters?

Where are you looking? The Tomcat service runner will add those


Wasn't aware of this. I was expecting them to show up in the service 
start line.
And where do I configure these? Under Linux I'm seeing a lot of 
parameters being passed

to the java start command for tomcat.


parameters to the JVM launch command. Are you saying that you've
specified those parameters but they don't seem to be affecting the JVM
that starts, or are you just looking at the parameters tab and
expecting them to show up? They won't show up because they are
configured elsewhere.



May I suggest that you read this FAQ article :

http://wiki.apache.org/tomcat/FAQ/Windows#Q11

It should clear up much of the apparent obscurity linked to running Tomcat on 
Windows.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org