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

egmausdb poolsize set --n AUS --s 10