#!/bin/sh
# DF-2781 — brief: strand ~96 MB in 12 queues, exit, show kernel still holds
# it (vmstat -m | grep mqueues).  exhaust: strand until kernel kmalloc ENOMEM
# (observed ceiling ~390 MB on 4 GB guest; memory unreclaimable w/o names).
./strand brief
sudo vmstat -m | grep -i mqueues
