egmglobaldb poolsize set

The egmglobaldb poolsize set command sets the pool size for a configured global database resource. The pool size is the maximum number of concurrent requests allowed to a database.

Usage

egmglobaldb poolsize set --n Name --s Poolsize
RequiredArgumentDescription
Yes--n NameSpecifies the name of the database.
No--s PoolsizeSets the pool size (specified as an integer value) of the database. The default is 4.

Example

This example sets the poolsize of an already configured Global database resource to 10.

egmglobaldb poolsize set --n global --s 10