Configure MaxPermSize in Tomcat5.5

  • Follow


Hi,I want to configure MaxPermSize in Tomcat 5.5.I start the Tomcat as service, so as far as I know, I need toconfigure it via Tomcat properties window.So, I've added "-XX:MaxPermSize=128m" to java tab -> java optionsfield, 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
0
Reply shayhazan (10) 3/20/2007 9:17:25 AM

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 :regeditand look at the KEY :HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/<Service_Name>/ParametersYou can add or modify parameters.If it is a Linux Box :ps -wwwfe | grep java
0
Reply jlp 3/20/2007 10:05:54 AM


On Mar 20, 12:05 pm, jlp <j...@ft.com> wrote:> hazan a =E9crit :> 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=3D128m" 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>/Param=et=ADers> You can add or modify parameters.>> If it is a Linux Box :> ps -wwwfe | grep javaYes, I'm running on Windows.The Service_Name should be Tomcat5.5 ?because it is empty there :(
0
Reply hazan 3/20/2007 3:23:41 PM

2 Replies
413 Views

(page loaded in 0.053 seconds)

Similiar Articles:






7/23/2012 6:28:07 PM


Reply: