[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406807385-5168-1-git-send-email-jmarchan@redhat.com>
Date: Thu, 31 Jul 2014 13:49:43 +0200
From: "Jerome Marchand" <jmarchan@...hat.com>
To: linux-mm@...ck.org
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Johannes Weiner <hannes@...xchg.org>,
Mel Gorman <mgorman@...e.de>, Michal Hocko <mhocko@...e.cz>,
Rik van Riel <riel@...hat.com>
Subject: [PATCH 0/2] Fix excessive swapping when memcg are enabled
When memory cgroups are enabled, reclaim code may force scan of
anonymous page in one memcg even when there are plenty of file pages
in other memcg. It has lead to excessive swapping in a real life
example: a virtual machine running in a memcg while there is
background I/O.
The first patch just updates an outdated comment that has bugged me
for a while but that I never bothered to update. The second patch
actually fixes the issue.
Jerome Marchand (2):
mm, vmscan: fix an outdated comment still mentioning get_scan_ratio
memcg, vmscan: Fix forced anon scan
mm/vmscan.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists