[Bug 257314] FBSD 13 crash after some KDE parts crash supposing out of swap space

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 Jul 2021 03:56:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257314

--- Comment #27 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #26)

The "bigger process" vs. smaller ones that I refer to
are really in terms of size from:

                size = vmspace_swap_count(vm);
                if (shortage == VM_OOM_MEM || shortage == VM_OOM_MEM_PF)
                        size += vm_pageout_oom_pagecount(vm);

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