Bug #1522
Hudson tomcat server hitting PermGen space limit
Start date:
2011-05-04
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
Tomcat is running out of memory:
Caused by: java.lang.OutOfMemoryError: PermGen space
May 4, 2011 4:13:05 AM org.apache.catalina.core.StandardWrapperValve invoke
History
#1 Updated by Dave Vieglais over 13 years ago
- Status changed from New to In Progress
Adjusting VM RAM allocation and changing java opts in tomcat startup script.
VM allocation raised to 4GB RAM (from 1GB).
Startup script options modified:
JAVA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server -Xms1536m
-Xmx1536m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m
-XX:MaxPermSize=256m -XX:+DisableExplicitGC"
#2 Updated by Dave Vieglais over 13 years ago
- Status changed from In Progress to Closed
Hudson seems to be happy again.