[
https://issues.apache.org/jira/browse/GEODE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249135#comment-17249135
]
ASF subversion and git services commented on GEODE-8780:
--------------------------------------------------------
Commit da898d7fabac82318a035d358463d9423f1b4e7b in geode's branch
refs/heads/develop from Eric Shu
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=da898d7 ]
GEODE-8780: Increase the default number of function execution threads. (#5837)
> 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
> Assignee: Eric Shu
> Priority: Major
> Labels: pull-request-available
>
> 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)