- In the navigation tree, expand the Configuration node.
- Under the Configuration node, select the Thread Pools node.
The Thread Pools page opens.
- On the Thread Pools page, click the name of the thread pool
to be edited.
The Edit Thread Pool page opens.
- On the Edit Thread Pool page, in the Class Name field, type
the fully qualified name of the thread pool implementation class.
- In the Max Queue Size field, type the maximum number of threads in
the queue.
A value less than or equal to zero indicates that there is no
limit to the queue size. The default value is –1.
- In the Max Thread Pool Size field, type the largest number of threads
that can exist in the thread pool.
The default value is 5.
- In the Min Thread Pool Size field, type the smallest number of threads
that can exist in the thread pool.
The default value is zero.
- In the Idle Thread Timeout field, type the maximum amount of time, in
seconds, that a thread can remain idle in the pool.
After this time expires, the thread is removed from the pool. The default
value is 900.
- (Optional) To return to the default settings, click the Load Defaults button.
- Click Save.