So, Jenkins
has this async resource disposer plugin which I have it installed.
My question: Is there a way to clean up the resources that the plugin collects because if I don't clean up manually, it seems to consume more and more CPU every time?
Sometimes it just makes Jenkins
unresponsive.
So, is there a better way to clean up these resources? As of now, I don't care with what it's capturing so is there an issue if I just remove the plugin or a way of using the API to clean up these resources every night?