The NAS queue is backing up or appearing "queued up" within DX Unified Infrastructure Management (UIM). This typically occurs after upgrades or during periods of high alarm volume.
The default configuration for alarm processing may not be sufficient for environments with high alarm volume, leading to sequential processing bottlenecks.
To alleviate the queue backup, adjust the bulk size and subscription block size settings in the raw configuration.
Adjust Hub Probe Bulk Size:
bulk_size value to 100.Adjust NAS Probe Subscription Block Size:
subscr_block_size and set the value to 500.Apply Changes:
subscr_block_size is appropriate. However, it must be disabled whenever a maintenance window is in use, as the system will not honor those windows while this setting is active.subscr_block_size allows the NAS to pull a larger number of alarms into memory earlier, it does not enhance processing speed. Because the NAS operates on a single thread, it continues to handle every alarm sequentially. While bulk mode can improve efficiency by batching multiple alarms into one database transaction to reduce commit overhead, the primary bottleneck remains the single-threaded nature of sequential alarm processing.