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
Performance Measuring
Burnt up network port
DC Promotion/Demotion
Separating VOIP and Data on an existing network
Dos driver for 'Intel 21140 based pci fasthernet adapter(generic)
Rententaion Policy
Any Free tutorials on Rational tools & e.g. Requisite Pro, RSM
ssh port forwarding issue
Java 64bit and 32bit ?
web.xml? eclipse?