Re: Diagnosing memory leaks

2017-02-04 Thread Stephen Connolly
I think I published the source code of my jamm plugin for Jenkins. It's not perfect yet, which is why I haven't released it, but you could install it and add the column to a view so you can identify the memory usage of your jobs. Beware the perf impact of the column, so put it in a non-default vi

Diagnosing memory leaks

2017-02-03 Thread Jacob Weber
I'm running Jenkins 2.3.7 on CentOS 6.8. Lately Jenkins has started running out of heap space repeatedly. I've increased the max heap size, but it still eventually fills it up. I've installed the Monitoring plugin, and I can see the "used memory" steadily increasing after every restart. Is ther