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 <serviceName>w.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

Reply via email to