egmausdb poolsize set

The egmausdb poolsize set command sets the pool size for a configured US Enterprise Geocoding Module database. The pool size is the maximum number of concurrent requests allowed to a database.

Usage

egmausdb 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 pool size of the already configured AUS database to 10.

egmausdb poolsize set --n AUS --s 10