53 Configuring Virtual Threads Objects

Sets the depth of the queues used by the ME when determining processing availability for aging the location cache.

virtual-threads

Specifies the depth of the various queues used for processing SIP messages. The ME uses these queue levels to manage purging of the location cache. See the location cache settings > max-cache-poll-duration property for more information.

Syntax

config vsp virtual-threads

Properties

urgent-congestion-threshold: Sets the threshold for the urgent queue. The system handles all internal signaling messages through the urgent queue.

Default: 32

Example: set urgent-congestion-threshold 192

priority-congestion-threshold: Sets the threshold for the priority queue. The system handles all SIP messages through the priority queue.

Default: 64

Example: set priority-congestion-threshold 384

regular-congestion-threshold: Sets the threshold for the regular queue. The system receives the timeout event from the location cache aging timer into this queue. Or, if aging is not complete, the event indicating the next group of messages can be aged.

Default: 128

Example: set regular-congestion-threshold 16