Skip to content

maxNumberOfThreads property usage #21

Closed Answered by deepakarora3
c-ankur asked this question in General
Discussion options

You must be logged in to vote

The maxNumberOfThreads is only used for parallel execution. The number specified here will be used across all parallel executions. For example, if there are 15 concurrent executions of parallel processing, then those 15 will share the number of threads specified in this property. In this sense, it is a pool of threads that are shared for all parallel executions. No, there is no limit to the number of Flowret cases that can be run at any given moment. It will depend on the JVM CPU and memory and in case of parallel processing on the value of this parameter. Hope this clarifies.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@c-ankur
Comment options

@deepakarora3
Comment options

Answer selected by deepakarora3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants