RE: [PATCH 1/2] Add mempressure cgroup

2013-01-08 Thread leonid.moiseichuk
-Original Message- From: ext Anton Vorontsov [mailto:anton.voront...@linaro.org] Sent: 08 January, 2013 08:30 ... > > +static const uint vmpressure_level_med = 60; > > +static const uint vmpressure_level_oom = 99; > > +static const uint vmpressure_level_oom_prio = 4; > > + .. Seems

RE: [PATCH 1/2] Add mempressure cgroup

2013-01-08 Thread leonid.moiseichuk
-Original Message- From: ext Anton Vorontsov [mailto:anton.voront...@linaro.org] Sent: 08 January, 2013 08:30 ... +static const uint vmpressure_level_med = 60; +static const uint vmpressure_level_oom = 99; +static const uint vmpressure_level_oom_prio = 4; + .. Seems

RE: [RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications

2012-11-21 Thread leonid.moiseichuk
-Original Message- From: ext Kirill A. Shutemov [mailto:kir...@shutemov.name] Sent: 21 November, 2012 11:31 ... BTW, there's interface for OOM notification in memcg. See oom_control. I guess other pressure levels can also fit to the interface. --- Hi, I have tracking this conversation

RE: [RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications

2012-11-21 Thread leonid.moiseichuk
-Original Message- From: ext Glauber Costa [mailto:glom...@parallels.com] Sent: 21 November, 2012 13:55 So I'll say it again: if this is always global, there is no reason any cgroup needs to be involved. If this turns out to be per-process, as Anton suggested in a recent e-mail, I

RE: [RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications

2012-11-21 Thread leonid.moiseichuk
-Original Message- From: ext Glauber Costa [mailto:glom...@parallels.com] Sent: 21 November, 2012 13:55 So I'll say it again: if this is always global, there is no reason any cgroup needs to be involved. If this turns out to be per-process, as Anton suggested in a recent e-mail, I

RE: [RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications

2012-11-21 Thread leonid.moiseichuk
-Original Message- From: ext Kirill A. Shutemov [mailto:kir...@shutemov.name] Sent: 21 November, 2012 11:31 ... BTW, there's interface for OOM notification in memcg. See oom_control. I guess other pressure levels can also fit to the interface. --- Hi, I have tracking this conversation