I'm trying to increase the heap size of tomcat (so i can optimize GeoServer performance), what i did is:
- Change the JAVA_OPTS values in tomcat default file to be:
JAVA_OPTS="-Djava.awt.headless=true –Xmx3072m -XX:MaxPermSize=512m"
- Restart tomcat
When I checked JVM values is shows:
Free memory: 440.33 MB Total memory: 495.06 MB Max memory: 2969.62 MB
I'm not sure whether this good or not.