icm/min_spare_threads

Parameter

icm/min_spare_threads

Short text

Number of worker threads ICM tries to keep free

Parameter Description

Number of worker threads that the ICM tried to keep free. As a result, it can quickly respond to incoming client requests one after another. This is only possible if the ICM has not created the maximum number of threads (parameter icm/max_threads).

Example
The ICM starts with 20 threads, can create up to a maximum of 100, and icm/min_spare_threads is set to 5. If more than 15 threads are occupied by requests, the ICM creates new threads. This continues until 100 threads exist. If more than 95 are occupied then this is allowed.

Application Area

ICM

Parameter Unit

None

Default Value

3

Who is permitted to make changes?

Customer

Operating System Restrictions

None

Database System Restrictions

None

Are other parameters affected or dependent?

You must set the parameter clearly less than icm/max_threads!

You May Also Like

Leave a Reply?