m2eclipse中[ERROR] Java heap space -> [Help 1]问题

在eclipse中执行maven build(clean tomcat:redeploy -Dmaven.test.skip=true)后总是提示下面的错误:

[INFO]
[INFO] <<< tomcat-maven-plugin:1.1:redeploy (default-cli) @ yibao-upp <<<
[INFO]
[INFO] --- tomcat-maven-plugin:1.1:redeploy (default-cli) @ yibao-upp ---
[INFO] Deploying war to http://localhost:8080/upp  
[ERROR] Java heap space -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError

后来得知当Maven项目很大,或者你运行诸如 mvn site 这样的命令的时候,maven运行需要很大的内存,在默认配置下,就可能遇到java的堆溢出

所以在m2eclipse执行maven build时需要简单的设置内存大小,操作如下:

项目上右击 -> Run As -> Run Configurations -> Maven Build 上右击 -> New

maven运行配置对话框,选择第二个TAB: JRE,然后在VM arguments中输入配置如:-Xms128m -Xmx512m


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值