Memory errors

You are running very close to stop-writes-pct:

bytes_used / ((free_wblocks * wblock_size * 1kb) + bytes_used) = fraction_used
145150033408 / ((157520 * 128 * 1024) + 145150033408) = ~0.875

I suspect that it must have breached during this event.

BTW you are also really close to min-avail-pct as well.

Defrag isn’t doing anything in this snapshot for a 10 second window, but this isn’t unexpected since the write rate is also 0. If your write rate is generally low then you may want to increase defrag-lwm-pct to 65 (be aware that this will result in write amplification which increases non-linearly to value of defrag-lwm-pct).