Configuring the HTTP2 Threading Parameters
This section describes how to refine the http2-threading parameters.
To configure the http2-threading parameters, use the following configuration in the Policy Ops Center console:
config
http2-threading
min-thread-pool-size min_thread_pool
max-thread-pool-size max_thread_pool
idle-thread-timeout-ms idle_thread_timeout
max-queue-capacity max_queue_capacity
disable-validation [ true | false ]
end
NOTES:-
http2-threading http2_threading —Specify the parameters for inbound SBA requests that are received by PCF.
-
min-thread-pool-size min_thread_pool —Specify the minimum number of threads for processing the inbound SBA request. The accepted range contains integers. Default value is 5.
-
max-thread-pool-size max_thread_pool —Specify the maximum size of the thread pool.
-
idle-thread-timeout-ms idle_thread_timeout —Specify the time in milliseconds that the thread can remain idle. idle_thread_timeout must contain only integers. Default value is 60000.
-
disable-validation [ true | false ] —Disables the validation of the request sent to PCF. [ true | false ] must contain the value as true or false. Default value is false.
-
max-queue-capacity max_queue_capacity —Specify the maximum number of requests that can wait in the queue for processing. max_queue_capacity must contain only integers. Default value is 5000.
-
max-thread-pool-size max_thread_pool —Specify the maximum number of threads that PCF can accommodate in the pool. max_thread_pool_size must contain only integers. Default value is 20.