service poolsize set

The service poolsize set command defines a pool size limit for a dataflow service resource. The pool size is an integer value representing the maximum number of concurrent requests allowed to a resource pool.

Usage

service poolsize set --s serviceName --p poolSize
RequiredArgumentDescription
Yes--s serviceNameSpecifies the service name to which this definition applies.
Yes--p poolSizeSets the pool size (specified as an integer value) for the service. There is no default. Work with your system administrator or a Precisely support representative if you need help in setting this value.

Example

This example defines the default pool size for a user-defined parsing address service, "ParsingAddresses."

service poolsize set --s ParsingAddresses --p 4