The memory wall
Consumers fall behind, messages_unacknowledged climbs (and cannot be paged to disk), and one node crosses vm_memory_high_watermark. mem_alarm goes true and every publisher on every node is blocked instantly — a cliff-edge, not a slowdown. Publish rate drops to zero while connections stay open in blocked state. The alarm is cluster-wide even though only one node hit its limit.
- mem_alarm = true on any node (publishing halted cluster-wide)
- mem_used / mem_limit at or near 1.0
- messages_unacknowledged growing while ack rate sits near zero
- Connections in blocked / blocking state, publish rate at zero






