K 10 svn:author V 4 emax K 8 svn:date V 27 2012-05-23T18:56:29.552902Z K 7 svn:log V 358 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 MFC after: 1 week END