gamdb poolsize set

The gamdb poolsize set command sets the pool size for a configured Global Addressing Module database resource. The pool size is the maximum number of concurrent requests allowed to a database.

Usage

gamdb poolsize set --n Name --s Poolsize
Required Argument Description
Yes --n Name Specifies the name of the database.
No --s Poolsize Sets 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 Addressing Validation database for Germany to 5.

gamdb poolsize set --n GAV_DEU --s 5

Example

This example sets the poolsize of an already configured Global Type Ahead database for Austria to 7.

gamdb poolsize set --n GTA_AUT --s 7