Eric Shu created GEODE-8780:
-------------------------------
Summary: Current default number of function execution threads
setting is rather low and could be increased
Key: GEODE-8780
URL: https://issues.apache.org/jira/browse/GEODE-8780
Project: Geode
Issue Type: Bug
Components: functions
Reporter: Eric Shu
The default number of function execution threads setting is 16 or based on the
number of processors.
int MAX_FE_THREADS = Integer.getInteger("DistributionManager.MAX_FE_THREADS",
Math.max(Runtime.getRuntime().availableProcessors() * 4, 16));
If not enough function thread is available, a new function execution thread is
created after 5 seconds wait to handle the function execution request. It is
better to have this default to be increased.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)