Tuning the Thread Pool
To configure the number of allowed threads used by the Channel Manager, change the value of org.jasig.portal.ChannelManager.threadPool_initialThreads in uportal-war/src/main/resources/properties/portal.properties.
The max threads property in portal.properties is not ever used. The channel thread pool will always remain capped at the initialThreads value.
For example, to configure the thread pool to a maximum of 150 threads:
org.jasig.portal.ChannelManager.threadPool_initialThreads=150
Having problems with these instructions?
Please send us feedback at uportal-user@lists.ja-sig.org
Add Feedback content box here.....