Eclipse中设置tomcat的启动内存
时间:2014-07-09 10:25:02
收藏:0
阅读:234
现象:目前每次使用Eclipse启动Tomcat 的时候经常出现OutOfMemoryError thrown from the UncaughtExceptionHandler in thread ***
解决办法 在debug Configuration中设置Arguments 下面的VM arguments加上 -Xms512m -Xmx1024m -XX:MaxPermSize=512m
评论(0)