Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754706AbdGJRJq (ORCPT ); Mon, 10 Jul 2017 13:09:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:40361 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754657AbdGJRJi (ORCPT ); Mon, 10 Jul 2017 13:09:38 -0400 Date: Mon, 10 Jul 2017 19:09:34 +0200 From: Michal Hocko To: Johannes Weiner Cc: Rik van Riel , Andrew Morton , Mel Gorman , Tetsuo Handa , Vlastimil Babka , linux-mm@kvack.org, LKML Subject: Re: [PATCH] mm, vmscan: do not loop on too_many_isolated for ever Message-ID: <20170710170933.GE7071@dhcp22.suse.cz> References: <20170710074842.23175-1-mhocko@kernel.org> <1499695083.6130.38.camel@redhat.com> <20170710165859.GA12036@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170710165859.GA12036@cmpxchg.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1129 Lines: 28 On Mon 10-07-17 12:58:59, Johannes Weiner wrote: > On Mon, Jul 10, 2017 at 09:58:03AM -0400, Rik van Riel wrote: > > On Mon, 2017-07-10 at 09:48 +0200, Michal Hocko wrote: > > > > > Johannes and Rik had some concerns that this could lead to premature > > > OOM kills. I agree with them that we need a better throttling > > > mechanism. Until now we didn't give the issue described above a high > > > priority because it usually required a really insane workload to > > > trigger. But it seems that the issue can be reproduced also without > > > having an insane number of competing threads [3]. > > > > My worries stand, but lets fix the real observed bug, and not worry > > too much about the theoretical bug for now. > > > > Acked-by: Rik van Riel > > I agree with this. > > Acked-by: Johannes Weiner Thanks to both of you. Just to make it clear. I really do want to address the throttling problem longterm properly. I do not have any great ideas to be honest. I am busy with other things so it might be quite some time before I come up with something. -- Michal Hocko SUSE Labs