-
Enhancement
-
Resolution: Done
-
Major
-
7.23.0.Final
When we execute Planner in kie-server, ThreadPoolExecutor is used and its max pool size and queue size are determined by availableProcessorCount minus 2.
It's understandable that we leave 2 cores for other functionalities so max pool size is fine.
However, this JIRA requests to be able to configure "queue size" (e.g. by system property) as it doesn't directly impact on CPU.
- is related to
-
RHDM-1096 Add missing environment variable for optaplanner thread pool queue size
- Closed