Configure MaxPermSize in Tomcat5.5

H

hazan

Hi,

I want to configure MaxPermSize in Tomcat 5.5.
I start the Tomcat as service, so as far as I know, I need to
configure it via Tomcat properties window.

So, I've added "-XX:MaxPermSize=128m" to java tab -> java options
field, but I don't know if it took effect or not.

How can I know it this configuration is ok or not ?
I don't find any help about it !

10x
 
J

jlp

hazan a écrit :
Hi,

I want to configure MaxPermSize in Tomcat 5.5.
I start the Tomcat as service, so as far as I know, I need to
configure it via Tomcat properties window.

So, I've added "-XX:MaxPermSize=128m" to java tab -> java options
field, but I don't know if it took effect or not.

How can I know it this configuration is ok or not ?
I don't find any help about it !

10x
I suppose that you are on a Windows OS :
You have to look at the registry database :
regedit
and look at the KEY :

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/<Service_Name>/Parameters
You can add or modify parameters.

If it is a Linux Box :
ps -wwwfe | grep java
 
H

hazan

hazan a écrit :> Hi,





I suppose that you are on a Windows OS :
You have to look at the registry database :
regedit
and look at the KEY :

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/<Service_Name>/Paramet­ers
You can add or modify parameters.

If it is a Linux Box :
ps -wwwfe | grep java

Yes, I'm running on Windows.
The Service_Name should be Tomcat5.5 ?
because it is empty there :(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top