egmgbrdb poolsize set

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

Usage

egmgbrdb 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 GBR database to 10.

egmgbrdb poolsize set --n GBR --s 10