-
Bug
-
Resolution: Incomplete
-
Major
-
-Xmx768m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/jenkins/memory.dump -XX:+UseCompressedOops -Djava.awt.headless=true
I have a situation where I am running out of permgen space on a regular basis. I can literally what the permgen use grow until the server falls over. I have seen numerous other ticket that point toward this actually being a plugin issue, and that the only way to troubleshoot this is with a Memory Dump. I am of course able to increase the amount of PermGen, but all this does is delay the inevitable. No matter what levels I set permgen to, it eventually falls over.
I have attached a memory dump.
WARNING: Disk usage plugin fails during build calculation disk space of job **-*********-config-test
java.io.IOException: remote file operation failed: /var/lib/jenkins/workspace/**-*********-config-test at hudson.remoting.Channel@236ff568:WSCPSLRDREAPP15
at hudson.FilePath.act(FilePath.java:916)
at hudson.FilePath.act(FilePath.java:893)
at hudson.FilePath.exists(FilePath.java:1325)
at hudson.plugins.disk_usage.DiskUsageUtil.calculateWorkspaceDiskUsageForPath(DiskUsageUtil.java:292)
at hudson.plugins.disk_usage.DiskUsageBuildListener.onCompleted(DiskUsageBuildListener.java:60)
at hudson.plugins.disk_usage.DiskUsageBuildListener.onCompleted(DiskUsageBuildListener.java:23)
at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:199)
at hudson.model.Run.execute(Run.java:1783)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:234)
Caused by: java.io.IOException: Remote call on WSCPSLRDREAPP15 failed
at hudson.remoting.Channel.call(Channel.java:748)
at hudson.FilePath.act(FilePath.java:909)
... 10 more
Caused by: java.lang.OutOfMemoryError: PermGen space
- is related to
-
JENKINS-15552 envinject plugin v1.72 might be incompatible with Jenkins v.1486
- Resolved
-
JENKINS-13617 64-bit java.lang.OutOfMemoryError: PermGen space
- Closed