
How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?
Solution 1 In Windows: Go to environment variable and add following variables export JAVA_OPTS=โ-XX:MaxPermSize=512m -Xms512m -Xmx1024mโ export GRADLE_OPTS=โ-XX:MaxPermSize=512mโ export SONAR_RUNNER_OPTS=โ-Xmx512m -XX:MaxPermSize=512mโ In Linux: In my ~/.bash_profile file, I have setโฆ
Read more ยป