zoukankan      html  css  js  c++  java
  • Jenkins部署报weblogic.deploy.api.tools.deployer.DeployerException: Java heap space

    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
  • 相关阅读:
    fwt
    fft,ntt
    loj6077
    高维前缀和
    hihocoder 1496 寻找最大值
    HDU 5977 Garden of Eden
    扩展crt
    有标号的DAG计数I~IV
    BZOJ 3160 万径人踪灭
    Codeforces Round #524 (Div. 2) F
  • 原文地址:https://www.cnblogs.com/duanxianyouyang/p/7048181.html
Copyright © 2011-2022 走看看