Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
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
Attachments
Issue Links
- links to