[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Sep 2024 19:35:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846

--- Comment #10 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Henrich Hartzer from comment #9)

The fact that ARC showed up means that your environment
still has zfs.ko loaded and operational, even if the
specific file system is UFS.

If you can, I suggest disabling the boot-sequence load
of zfs.ko .

If ARC shows empty you would be able to do a live:

# kldunload zfs.ko

to unload it.

I suggest testing for the leakage after a reboot that
never loads zfs.ko at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.