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

egmusadb poolsize set --n EGM_CENTRUS_PTS --s 3