提交 fb9f0679 编写于 作者: J Jerome Lacoste

Max OS X: allow to configure the daemon max PermGen using standard preferences

上级 7e2500c7
......@@ -16,6 +16,7 @@ war=`$defaults war` || war="/Applications/Jenkins/jenkins.war"
javaArgs=""
heapSize=`$defaults heapSize` && javaArgs="$javaArgs -Xmx${heapSize}"
permGen=`$defaults permGen` && javaArgs="$javaArgs -XX:MaxPermSize=${permGen}"
home=`$defaults JENKINS_HOME` && export JENKINS_HOME="$home"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册