Alan Cox 78afdce6af As the next step in eliminating PG_CACHE pages, free rather than cache
pages in vm_pageout_scan().  The reactivation rate of cache pages created
by vm_pageout_scan() is extremely low; typically no more than 0.5% to
2.25% of the pages are ever reactivated.  At the same time, caching pages
is more expensive than freeing them.  For example, in a test with
PostgreSQL, this change reduced the amount of time spent in the inactive
queue scan by 1/6.

Differential Revision:	https://reviews.freebsd.org/D2805
Reviewed by:	kib
Sponsored by:	EMC / Isilon Storage Division
2015-06-14 05:23:39 +00:00
..
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-03 19:39:59 +00:00
2015-05-23 14:59:27 +00:00
2015-06-13 22:29:43 +00:00
2015-06-11 17:57:47 +00:00
2015-04-18 16:08:06 +00:00
2015-06-10 10:48:12 +00:00
2015-03-16 00:10:03 +00:00
2015-06-12 10:01:24 +00:00
2015-05-29 14:03:07 +00:00