[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <453425A5.5040304@google.com>
Date: Mon, 16 Oct 2006 17:36:53 -0700
From: Martin Bligh <mbligh@...gle.com>
To: Andrew Morton <akpm@...l.org>, LKML <linux-kernel@...r.kernel.org>,
Linux Memory Management <linux-mm@...ck.org>
Subject: [PATCH] Fix bug in try_to_free_pages and balance_pgdat when they
fail to reclaim pages
The same bug is contained in both try_to_free_pages and balance_pgdat.
On reclaiming the requisite number of pages we correctly set
prev_priority back to DEF_PRIORITY. However, we ALSO do this even
if we loop over all priorities and fail to reclaim.
Setting prev_priority artificially high causes reclaimers to set
distress artificially low, and fail to reclaim mapped pages, when
they are, in fact, under severe memory pressure (their priority
may be as low as 0). This causes the OOM killer to fire incorrectly.
This patch changes that to set prev_priority to 0 instead, if we
fail to reclaim.
Signed-off-by: Martin J. Bligh <mbligh@...gle.com>
View attachment "2.6.18-prev_reset" of type "text/plain" (1695 bytes)
Powered by blists - more mailing lists