advance-tuning overload-control
Configures threading configuration for HTTP incoming request to PCF.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
advance-tuning overload-control
min-thread-pool-size min_thread_pool_size
Specify the minimum size of pool of threads.
Must be an integer.
Default Value: 5.
max-thread-pool-size max_thread_pool_size
Specify the maximum size of pool of threads.
Must be an integer.
Default Value: 20.
idle-thread-timeout-ms idle_thread_timeout
Specify the thread idle timeout in milliseconds.
Must be an integer.
Default Value: 60000.
max-queue-capacity max_packet_capacity
Specify the maximum packet capacity of the queue.
Must be an integer.
Default Value: 5000.
disable-validation { false | true }
Specify to enable or disable validation.
Must be either "false" or "true".
Default Value: false.
request-timeout-ms request_timeout
Specify the request timeout period in milliseconds.
Must be an integer.
Default Value: 2000.
Usage Guidelines
Use this command to configure threading configuration for HTTP incoming request to PCF.