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

/freebsd-10.0-release/sys/vm/
H A Ddefault_pager.cdiff 15978 Wed May 29 03:12:23 MDT 1996 dyson Make sure that pageout deadlocks cannot occur. There is a problem
that the datastructures needed to support the swap pager can take
enough space to fully deplete system memory, and cause a deadlock.
This change keeps large objects from being filled with dirty pages
without the appropriate swap pager datastructures. Right now,
default objects greater than 1/4 the size of available system memory
are converted to swap objects, thereby eliminating the risk of deadlock.

Completed in 70 milliseconds