Microsoft
Software
Hardware
Network
Question : Tomcat PermGen space
In the installation guide of the application (Documentum Webtop) that we deployed on tomcat following is mentioned
"If you are using Apache Tomcat go to Properties/Java setting values of the service:
As a starting point, add the following settings:
-XX:MaxPermSize=128m;
-XX:PermSize=64m;
-XX:+CMSPermGenSweepingEna
bled
-XX:+CMSClassUnloadingEnab
led
"
I do not have Tomcat installed as a service. Can someone please let me know how and where to make these changes if tomcat is not installed as a service.
In
/bin/catalina
.bat, value of JAVA_OPTS and CATALINA_OPTS are the following
set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manage
r=org.apac
he.juli.Cl
assLoaderL
ogManager -Djava.util.logging.config
.file="%CA
TALINA_BAS
E%\conf\lo
gging.prop
erties"
set CATALINA_OPTS="-Xms512m -Xmx1024m"
Are changes required in any of these variables?
Answer : Tomcat PermGen space
you just need to specify the options you want to add. tomcats startup script will add what it needs
set JAVA_OPTS="%JAVA_OPTS% -XX:MaxPermSize=128m -XX:PermSize=64m -XX:+CMSPermGenSweepingEna
bled -XX:+CMSClassUnloadingEnab
led"
Random Solutions
Email
Mac os does not connect to a windows 2003 domain controller server
How do I get WPA-PSK added as an option on my network properties of my WinXP Pro laptop?
Interspire Email Marketer
Asterisk: Installing a 2 fxo digium Card
Cisco VPN Client 4.6 error 412
Robocopy Help
Multicast working local, not across subnets
Customized Wireless LAN Proposal
Configure SSH and deny Telnet