๐Ÿš€ DevOps & SRE Certification Program ๐Ÿ“… Starting: 1st of Every Month ๐Ÿค +91 8409492687 ๐Ÿ” Contact@DevOpsSchool.com
jenkins-java-lang-outofmemoryerror-permgen-space-issues

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 ยป