码迷,mamicode.com
首页 > 编程语言 > 详细

Jenkins部署报weblogic.deploy.api.tools.deployer.DeployerException: Java heap space

时间:2017-06-19 14:27:04      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:offline   maven   ignore   with   解决办法   gic   -o   agent   解决   

Jenkins部署报weblogic.deploy.api.tools.deployer.DeployerException: Java heap space异常

解决办法:

技术分享

 

在MAVEN_OPTS中设置一下参数

-Xdebug -Xnoagent -Xms256m -Xmx512m -Djava.compiler=NONE

参数解析

 -D,--define arg    Define a system property
 -E,--emacs         Produce logging information without adornments
 -P,--plugin-help   Display help on using a given plugin
 -X,--debug         Produce execution debug output
 -b,--nobanner      Suppress logo banner
 -d,--dir arg       Set effective working directory (ignored with -p or -f)
 -e,--exception     Produce exception stack traces
 -f,--find arg      Set project file and effective working directory by finding
                    the project file
 -g,--goals         Display available goals
 -h,--help          Display help information
 -i,--info          Display system information
 -o,--offline       Build is happening offline
 -p,--pom arg       Set project file
 -q,--quiet         Reduce execution output
 -u,--usage         Display help on using the current project
 -v,--version       Display version information

Jenkins部署报weblogic.deploy.api.tools.deployer.DeployerException: Java heap space

标签:offline   maven   ignore   with   解决办法   gic   -o   agent   解决   

原文地址:http://www.cnblogs.com/duanxianyouyang/p/7048181.html

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