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

Increase default OperationExecutors#MAX_THREADS and MAX_PR_THREADS

Agile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersStop watchingWatchersCreate sub-taskConvert to sub-taskLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment