Increasing permgen space for Cobertura ant task running from Gradle

对着背影说爱祢 提交于 2019-12-08 19:03:29

The only thing that worked for me was changing the .bashrc on my Linux box to have export _JAVA_OPTIONS='-XX:MaxPermSize=512m' Proof that this got detected by gradle when I built was shown with this message: Picked up _JAVA_OPTIONS: -XX:MaxPermSize=512m

Try to set a GRADLE_OPTS environment variable, or a org.gradle.jvmargs property in gradle.properties.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!