Hi
This issue started after I upgraded Jenkins to 2.414.1 (and all plugins updated too)
The memory of a specific Windows agent seems to be steadily increasing over time.
I gave it some breathing room with -Xmx2048M, but still, it runs out of heap after 2 days.
There’s nothing unusual with the jobs being run (declarative pipelines with jenkinsfile stored in Git and fetched using JGit) and it was working fine on the older instance of Jenkins running 2.401.1
What would be the next step to diagnose the source of the leak ?
Thanks