[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160513164357.5f565d3c@lxorguk.ukuu.org.uk>
Date: Fri, 13 May 2016 16:43:57 +0100
From: One Thousand Gnomes <gnomes@...rguk.ukuu.org.uk>
To: Sebastian Frias <sf84@...oste.net>
Cc: Michal Hocko <mhocko@...nel.org>, Mason <slash.tmp@...e.fr>,
linux-mm@...ck.org, Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mm: add config option to select the initial overcommit
mode
> But wouldn't those affect a given process at at time?
> Does that means that the OOM-killer is woken up to kill process X when those situations arise on process Y?
Not sure I understand the question.
> Also, under what conditions would copy-on-write fail?
When you have no memory or swap pages free and you touch a COW page that
is currently shared. At that point there is no resource to back to the
copy so something must die - either the process doing the copy or
something else.
Alan
Powered by blists - more mailing lists