K 10 svn:author V 4 emax K 8 svn:date V 27 2012-06-06T16:20:59.125916Z K 7 svn:log V 443 MFC r235854 Seems applicable here as well. Tweak condition for disabling allocation from per-CPU buckets in low memory situation. I've observed a situation where per-CPU allocations were disabled while there were enough free cached pages. Basically, cnt.v_free_count was sitting stable at a value lower than cnt.v_free_min and that caused massive performance drop. Reviewed by: alc Requested by: Andrew Boyer aboyer at averesystems dot com END