CWOBJ2420W

MAX_THREADPOOL_SIZE_WARNING_CWOBJ2420=CWOBJ2420W: The minThreadPoolSize is set to {0} and maxThreadPoolSize is set to {1}. The maxThreadPoolSize must be greater than minThreadPoolSize. The default values will be used: minThreadPoolSize = {2}, maxThreadPoolSize = {3}.

Explanation

maxThreadPoolSize must be greater than minThreadPoolSize.

User response

Set maxThreadPoolSize to a value greater than the minThreadPoolSize value.