-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
swarm-client-3.13.jar
Jenkins ver. 2.121.3
I am using swarm-client-3.13.jar to connect Jenkins master 2.121.3. The parameter in slave is following:
JAVA_ARGS="-Xmx256m -XX:MaxPermSize=512m -Djava.awt.headless=true"
and in master, it is:
JAVA_ARGS="-Xmx6144m -XX:MaxPermSize=2048m -Djava.awt.headless=true -Dhudson.slaves.WorkspaceList='-'"
In slave, it consumes VIRT about 8Mb for some days, but it consumes 10Gb after that. Is it a memory leaking issue? Because if I restart swarm-client daemon, its VIRT is 8Mb again, and after some days, it goes back to 10Gb again.
hubertliit might be a memory leak, but there is not evidence that it is caused by the Swarm Plugin.
You would need to capture the heapdump at the time of the high memory consumption. Then you will need to analyze it in order to understand what actually causes the issue