[Bug 271246] Kernel wired memory leak with repeated netstat
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271246] Kernel wired memory leak with repeated netstat"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 May 2023 05:39:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271246 --- Comment #6 from Dave Hayes <dave@jetcafe.org> --- When you say "malloc_type", do you mean one of these? # vmstat -z | grep malloc malloc-16: 16, 0, 22655, 6073,105306080, 0, 0, 0 malloc-32: 32, 0, 21773, 4939,11701599, 0, 0, 0 malloc-64: 64, 0, 18498, 5379,212097839, 0, 0, 0 malloc-128: 128, 0, 36208, 2480,82557120, 0, 0, 0 malloc-256: 256, 0, 4415, 1300,13300795, 0, 0, 0 malloc-384: 384, 0, 565, 575, 145683, 0, 0, 0 malloc-512: 512, 0, 413, 459, 209713, 0, 0, 0 malloc-1024: 1024, 0, 342, 218, 5870330, 0, 0, 0 malloc-2048: 2048, 0, 308, 156, 237219, 0, 0, 0 malloc-4096: 4096, 0, 9866, 78, 6516830, 0, 0, 0 malloc-8192: 8192, 0, 618, 18, 1794, 0, 0, 0 malloc-16384: 16384, 0, 24, 23, 1480, 0, 0, 0 malloc-32768: 32768, 0, 145, 46, 17038, 0, 0, 0 malloc-65536: 65536, 0, 18, 18, 166444, 0, 0, 0 I ask this because... # vmstat -z | wc -l 243 :) -- You are receiving this mail because: You are the assignee for the bug.