You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Nabarun Nag (Jira)" <ji...@apache.org> on 2021/09/03 02:21:04 UTC

[jira] [Closed] (GEODE-8780) Current default number of function execution threads setting is rather low and could be increased

     [ https://issues.apache.org/jira/browse/GEODE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nabarun Nag closed GEODE-8780.
------------------------------

> 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
>             Fix For: 1.14.0
>
>
> 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)