[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page
Date: Tue, 29 Oct 2024 14:30:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846
--- Comment #64 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to commit-hook from comment #48)
An example from my main [so: 15] context on an aarch64
(idle time after a busy time doing buildworld and the
like):
"vmstat -o | sort -nr -k4,4" output has 214555 lines showing 1000+ :
16088 0 16088 6421 0 0 WB vn /usr/local/llvm19/lib/libMLIR.so.19.1
. . .
0 0 0 1013 0 0 WB vn
/usr/local/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp
. . .
top shows (I've tailored the output format from the defaults):
25684Ki Laundry
Checking for 6[0-9][0-9][0-9] in LAUND instead : 111341 lines
It seems that the LAUND column may be multiple counting the same
pages across some of the lines, totaling to far more than the
25684Ki .
It might be worth a note in the man page about how to interpret
the column.
--
You are receiving this mail because:
You are the assignee for the bug.