Parameter:
Server_Pool_Tasks_DefaultShort description: Default number of worker threads per Notes port (network connections) – acts as the default for all ports without their own pool definition.
Profile
Parameter | Server_Pool_Tasks_Default |
Category | Performance / Memory |
Component | Server |
Available since | 9.0 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Integer (typically 20–80) |
Description
For each defined Notes port (e.g.
TCPIP, ClusterPort), Domino maintains its own pool of worker threads that handle incoming connections. For ports without an explicitly set pool size, Server_Pool_Tasks_Default applies. On heavily used servers (many HTTP sessions, many NRPC replications), a default size that is too small becomes the bottleneck – connections are accepted more slowly or rejected.Example configuration
Server_Pool_Tasks_Default=40
Notes & pitfalls
- Only applies to ports without a specific
<Port>_Pool_Taskssetting.
- Takes effect after a server restart.
- Observable via
show stat Server.Trans.PerMinuteandshow stat Server.NetSession*.
- Complementary to
Server_Pool_Tasks(general worker pool) – do not confuse the two.