Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-8799

Increase default OperationExecutors#MAX_THREADS and MAX_PR_THREADS

    XMLWordPrintableJSON

Details

    Description

      Similar to GEODE-8780, the default maximum number of pooled message processor and partitioned region message processor threads are low enough that they can cause performance degradation and should be increased.

      The current default value for MAX_THREADS is 100, and the current default value for MAX_PR_THREADS is 

      Math.max(Runtime.getRuntime().availableProcessors() * 4, 16)

      The proposed new values are 1000 and 

      Math.max(Runtime.getRuntime().availableProcessors() * 32, 200)

      Attachments

        Issue Links

          Activity

            People

              donalevans Donal Evans
              donalevans Donal Evans
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: