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 --g Group
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.
Yes--g GroupSpecifies the coder for Global Address Validation.
Global
Global Address Validation International coder.
US
Global Address Validation US coder.

Example

This example sets the poolsize of an already configured Global Addressing Validation database for Germany to 5. This example specifies the Global Address Validation International coder.

gamdb poolsize set --n GAV_DEU --s 5 --g Global

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