https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252227
--- Comment #3 from VVD <v...@unislabs.com> --- 1GB max reserved from wired ram: -vm_page_max_user_wired = 4 * freecount / 5; +vm_page_max_user_wired = freecount - min(freecount, 5 * 1048576 / PAGE_SIZE) / 5; -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"