public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* commit 0bf1457f0cfca7b  " mm: vmscan: do not swap anon pages just because free+file is low" causes heavy performance regression on paging
@ 2014-04-22 10:55 Christian Borntraeger
  2014-04-22 11:57 ` Christian Borntraeger
  2014-04-22 15:06 ` Johannes Weiner
  0 siblings, 2 replies; 8+ messages in thread
From: Christian Borntraeger @ 2014-04-22 10:55 UTC (permalink / raw)
  To: Johannes Weiner
  Cc: Rafael Aquini, Rik van Riel, Mel Gorman, Hugh Dickins,
	Suleiman Souhlal, stable, Andrew Morton,
	Linux Kernel Mailing List, Christian Ehrhardt, KVM list

While preparing/testing some KVM on s390 patches for the next merge window (target is kvm/next which is based on 3.15-rc1) I faced a very severe performance hickup on guest paging (all anonymous memory).

All memory bound guests are in "D" state now and the system is barely unusable.

Reverting commit 0bf1457f0cfca7bc026a82323ad34bcf58ad035d
"mm: vmscan: do not swap anon pages just because free+file is low" makes the problem go away.

According to /proc/vmstat the system is now in direct reclaim almost all the time for every page fault (more than 10x more direct reclaims than kswap reclaims)
With the patch being reverted everything is fine again.

Any ideas?

Christian


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-04-24 12:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 10:55 commit 0bf1457f0cfca7b " mm: vmscan: do not swap anon pages just because free+file is low" causes heavy performance regression on paging Christian Borntraeger
2014-04-22 11:57 ` Christian Borntraeger
2014-04-22 14:40   ` Rik van Riel
2014-04-22 14:53     ` Rafael Aquini
2014-04-24 12:24     ` Johannes Weiner
2014-04-22 15:06 ` Johannes Weiner
2014-04-22 18:33   ` Christian Borntraeger
2014-04-22 18:58   ` Rafael Aquini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox