Overall Queue Disk Usage

Calculate the overall disk space.

To calculate the overall total disk space required for worst-case queue usage, use the formula:
Sum[InboundQueueSize] + Sum[OutboundQueueSize]
where:
  • Sum[InboundQueueSize] is the sum of the inbound queue sizes for each of the databases.

  • Sum[OutboundQueueSize] is the sum of the outbound queue sizes for each direct destination.