This is an old revision of the document!
# 常见问题
## java.lang.outofmemoryerror java heap space
增加tomcat的java内存分配即可,具体是修改`/etc/default/tomcat7`,将`JAVA_OPTS="-Djava.awt.headless=true -Xmx1280m -XX:+UseConcMarkSweepGC"`中Xmx后的数字改大即可(以MB为单位)