Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

How to Know the Threading Pool Size in Mule Runtime

公開日: Mar 2, 2024
タスク

GOAL

We want to know how many threads are available in Mule runtime.
ステップ
Check the mule_ee.log. During the start up of the runtime, we can see this snippet: (This is an example)
**********************************************************************
* Started DefaultSchedulerService                                    *
*                                                                    *
* Resolved configuration values:                                     *
*                                                                    *
* Pooling strategy:       UBER                                       *
* gracefulShutdownTimeout:       15000 ms                            *
* uber.threadPool.maxSize:         45                                *
* uber.threadPool.threadKeepAlive: 30000 ms                          *
*                                                                    *
* These can be modified by editing 'conf/scheduler-pools.conf'       *
**********************************************************************
In this case, this is using UBER configuration and have 45 as max size for thread pool.

In CloudHub, once the application is deployed, we should download the mule logs. For this, we will need an application running:
User-added image



Related articles
Introduction to Mule 4: Execution Engine Threads and Concurrency
Execution Engine - Mule 4.3
 

 

ナレッジ記事番号

001116158

 
読み込み中
Salesforce Help | Article