Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755441AbcCBMjW (ORCPT ); Wed, 2 Mar 2016 07:39:22 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36230 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754658AbcCBMjV (ORCPT ); Wed, 2 Mar 2016 07:39:21 -0500 Date: Wed, 2 Mar 2016 13:39:17 +0100 From: Michal Hocko To: Joonsoo Kim Cc: Hugh Dickins , Vlastimil Babka , Andrew Morton , Linus Torvalds , Johannes Weiner , Mel Gorman , David Rientjes , Tetsuo Handa , Hillf Danton , KAMEZAWA Hiroyuki , linux-mm@kvack.org, LKML Subject: Re: [PATCH 0/3] OOM detection rework v4 Message-ID: <20160302123917.GF26686@dhcp22.suse.cz> References: <1450203586-10959-1-git-send-email-mhocko@kernel.org> <20160203132718.GI6757@dhcp22.suse.cz> <20160229203502.GW16930@dhcp22.suse.cz> <20160301133846.GF9461@dhcp22.suse.cz> <20160302022846.GB22355@js1304-P5Q-DELUXE> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160302022846.GB22355@js1304-P5Q-DELUXE> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 24 On Wed 02-03-16 11:28:46, Joonsoo Kim wrote: > On Tue, Mar 01, 2016 at 02:38:46PM +0100, Michal Hocko wrote: > > > I'd expect a build in 224M > > > RAM plus 2G of swap to take so long, that I'd be very grateful to be > > > OOM killed, even if there is technically enough space. Unless > > > perhaps it's some superfast swap that you have? > > > > the swap partition is a standard qcow image stored on my SSD disk. So > > I guess the IO should be quite fast. This smells like a potential > > contributor because my reclaim seems to be much faster and that should > > lead to a more efficient reclaim (in the scanned/reclaimed sense). > > Hmm... This looks like one of potential culprit. If page is in > writeback, it can't be migrated by compaction with MIGRATE_SYNC_LIGHT. > In this case, this page works as pinned page and prevent compaction. > It'd be better to check that changing 'migration_mode = MIGRATE_SYNC' at > 'no_progress_loops > XXX' will help in this situation. Would it make sense to use MIGRATE_SYNC for !costly allocations by default? -- Michal Hocko SUSE Labs