From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753258AbcEMPZx (ORCPT ); Fri, 13 May 2016 11:25:53 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:33234 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752718AbcEMPZw (ORCPT ); Fri, 13 May 2016 11:25:52 -0400 Date: Fri, 13 May 2016 17:25:49 +0200 From: Michal Hocko To: Sebastian Frias Cc: One Thousand Gnomes , "Austin S. Hemmelgarn" , Mason , linux-mm@kvack.org, Andrew Morton , Linus Torvalds , LKML Subject: Re: [PATCH] mm: add config option to select the initial overcommit mode Message-ID: <20160513152549.GU20141@dhcp22.suse.cz> References: <5731CC6E.3080807@laposte.net> <20160513080458.GF20141@dhcp22.suse.cz> <573593EE.6010502@free.fr> <5735A3DE.9030100@laposte.net> <20160513120042.GK20141@dhcp22.suse.cz> <5735CAE5.5010104@laposte.net> <935da2a3-1fda-bc71-48a5-bb212db305de@gmail.com> <5735D7FC.3070409@laposte.net> <20160513160142.2cc7d695@lxorguk.ukuu.org.uk> <5735EF8E.4000707@laposte.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5735EF8E.4000707@laposte.net> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 13-05-16 17:15:26, Sebastian Frias wrote: > Hi Alan, > > On 05/13/2016 05:01 PM, One Thousand Gnomes wrote: > > On Fri, 13 May 2016 15:34:52 +0200 > > Sebastian Frias wrote: > > > >> Hi Austin, > >> > >> On 05/13/2016 03:11 PM, Austin S. Hemmelgarn wrote: > >>> On 2016-05-13 08:39, Sebastian Frias wrote: > >>>> > >>>> My point is that it seems to be possible to deal with such conditions in a more controlled way, ie: a way that is less random and less abrupt. > >>> There's an option for the OOM-killer to just kill the allocating task instead of using the scoring heuristic. This is about as deterministic as things can get though. > >> > >> By the way, why does it has to "kill" anything in that case? > >> I mean, shouldn't it just tell the allocating task that there's not enough memory by letting malloc return NULL? > > > > Just turn off overcommit and it will do that. With overcommit disabled > > the kernel will not hand out address space in excess of memory plus swap. > > I think I'm confused. > Michal just said: > > "And again, overcommit=never doesn't imply no-OOM. It just makes it less > likely. The kernel can consume quite some unreclaimable memory as well." > > which I understand as the OOM-killer will still lurk around and could still wake up. > > Will overcommit=never totally disable the OOM-Killer or not? Please have a look at __vm_enough_memory and which allocations are accounted. There are lots of those in kernel which are not accounted so the OOM killer still might be invoked if there is an excessive in kernel unreclaimable memory consumer. -- Michal Hocko SUSE Labs