码迷,mamicode.com
首页 > 系统相关 > 详细

Eclipse中设置tomcat的启动内存

时间:2014-07-09 10:25:02      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:tomcat   eclipse   outofmemoryerror   

现象:目前每次使用Eclipse启动Tomcat 的时候经常出现OutOfMemoryError thrown from the UncaughtExceptionHandler in thread ***

解决办法 在debug Configuration中设置Arguments 下面的VM arguments加上  -Xms512m -Xmx1024m  -XX:MaxPermSize=512m

Eclipse中设置tomcat的启动内存,布布扣,bubuko.com

Eclipse中设置tomcat的启动内存

标签:tomcat   eclipse   outofmemoryerror   

原文地址:http://blog.csdn.net/liu00614/article/details/37565105

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!