Searched hist:90935 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_pageout.hdiff 90935 Tue Feb 19 16:34:02 MST 2002 silby Changes to make the OOM killer much more effective:

- Allow the OOM killer to target processes currently locked in
memory. These very often are the ones doing the memory hogging.
- Drop the wakeup priority of processes currently sleeping while
waiting for their page fault to complete. In order for the OOM
killer to work well, the killed process and other system processes
waiting on memory must be allowed to wakeup first.

Reviewed by: dillon
MFC after: 1 week

Completed in 108 milliseconds