DragonFlyBSD Kernel Audit
DF-2781 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/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