[Bug 204121] numa(4) is broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Nov 5 06:55:17 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204121
--- Comment #3 from Peter Holm <pho at FreeBSD.org> ---
I have tested the patch and this indeed removes the panic.
Out of curiosity I added a "failed allocation" counter:
+ if (m == NULL) {
/*
* Not allocatable, give up.
*/
mtx_unlock(&vm_page_queue_free_mtx);
+ atomic_add_int(&pho, 1);
atomic_add_int(&vm_pageout_deficit,
which reached
pho = 100479984
during this test scenario.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list