CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/11/07 03:39:15
Modified files: sys/uvm : uvm_pdaemon.c uvm_pmemrange.c Log message: Use a static request to notify failed nowait allocations. As a side effect the page daemon now considers releasing inactive pages when a nowait allocation for low pages failed. Note that the hardcoded number of 16 pages (a 64K cluster on 4K archs) which corresponds to what the buffer cache currently wants is left with the original XXX. ok miod@