From: Michael Vrable Date: Thu, 31 Mar 2011 22:06:14 +0000 (-0700) Subject: Fix a flipped comparison in the memory pressure calculation X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=2118f99b4ae6d63cd72e94295e744401133911b7;hp=2118f99b4ae6d63cd72e94295e744401133911b7;p=bluesky.git Fix a flipped comparison in the memory pressure calculation We were almost always saying there was too much dirty data that needed to be flushed. Now, also print out debugging messages when memory pressure is detected stating what we have found, exactly. ---