Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-73937

Expose MAXIMUM_POOL_SIZE as a configurable option

XMLWordPrintable

      Weve been having issues with the resource disposer not being able to keep up with all the directories our jenkins jobs creates and would like to bump the number of threads it uses.

      I was looking through the docs/source code to see how we could configure it to use a few more threads and found that the number of threads it uses is hard coded.

      https://github.com/jenkinsci/resource-disposer-plugin/blob/master/src/main/java/org/jenkinsci/plugins/resourcedisposer/AsyncResourceDisposer.java#L84C34-L84C51

      it would be great if this was a configurable option that defaulted to 10.

            olivergondza Oliver Gondža
            bsamsom Ben Samsom
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: