11.2-STABLE kernel wired memory leak

Eugene Grosbein eugen at grosbein.net
Tue Feb 12 18:18:13 UTC 2019


13.02.2019 1:14, Eugene Grosbein wrote:

> Use following command to see how much memory is wasted in your case:
> 
> vmstat -z | awk -F, '{printf "%10s %s\n", $2*$5/1024/1024, $1}' | sort -k1,1 -rn | head

Oops, small correction:

vmstat -z | sed 's/:/,/' | awk -F, '{printf "%10s %s\n", $2*$5/1024/1024, $1}' | sort -k1,1 -rn | head



More information about the freebsd-stable mailing list