egmworlddb poolsize set

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

Usage

egmworlddb 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.

egmworlddb poolsize set --n world --s 10