egmusadb poolsize set

The egmusadb 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

egmusadb 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 to '3' for the "EGM_CENTRUS_PTS" database.

egmusadb poolsize set --n EGM_CENTRUS_PTS --s 3