Re: [PATCH v5] mm: add overcommit_kbytes sysctl variable

2013-12-18 Thread Olof Johansson
Hi, On Tue, Dec 3, 2013 at 5:33 AM, Jerome Marchand wrote: [...] > diff --git a/kernel/sysctl.c b/kernel/sysctl.c > index 34a6047..7877929 100644 > --- a/kernel/sysctl.c > +++ b/kernel/sysctl.c > @@ -97,6 +97,7 @@ > /* External variables not in a header file. */ > extern int sysctl_overcommit

Re: [PATCH v5] mm: add overcommit_kbytes sysctl variable

2013-12-03 Thread Andrew Morton
On Tue, 03 Dec 2013 14:33:35 +0100 Jerome Marchand wrote: > > Changes since v4: > - revert to my initial overcommit_kbytes design as it is more > consistent with current *_ratio/*_bytes implementation for other > variables. > > Some applications that run on HPC clusters are designed around t