DB2 NUM_POOLAGENTS – DBM CFG Parameter
The DB2 DBM cfg (Database Management Configuration) Parameter NUM_POOLAGENTS represents the number of agents should be stayed in the pool instead of being discarded after used.
If you run an application where you only need a few concurrent connections, then you may want to set the value to a small number to reduce the cost of maintaining a pool of always-idle connections. If you run a transactional application which requires a lot of concurrent connections, then you should set this value to a big number to reduce the cost of creation / termination of the agents.
You can use this command to retreive the current value:
db2 get dbm cfg



