advance-tuning http2-threading
Configures threading configuration for HTTP incoming request to PCF.
Command Mode
Exec > Global Configuration
Syntax
advance-tuning http2-threading { disable-validation { false | true } | idle-thread-timeout-ms idle_thread_timeout | max-queue-capacity max_packet_capacity | max-thread-pool-size max_thread_pool_size | min-thread-pool-size min_thread_pool_size | request-timeout-ms request_timeout}
disable-validation { false | true}
Specify to enable or disable validation.
Must be one of the following:
false
true
Default Value: false.
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.
max-thread-pool-size max_thread_pool_size
Specify the maximum size of pool of threads.
Must be an integer.
Default Value: 20.
min-thread-pool-size min_thread_pool_size
Specify the minimum size of pool of threads.
Must be an integer.
Default Value: 5.
Usage Guidelines
Use this command to configure threading configuration for HTTP incoming request to PCF.
Example
The following command configures the threading configuration for HTTP incoming request to PCF with maximum queue capacity of 500:
advance-tuning http2-threading max-queue-capacity 500