Re: [Libcg-devel] Cannot set memory.memsw.limit_in_bytes

2012-05-03 Thread Andrew Martin
Hi Balbir, I tried setting the memory.memsw.limit_in_bytes higher than memory.limit_in_bytes by powers of 2 (up to 256MB higher than memory.limit_in_bytes), however the same behavior was still present. Thanks, Andrew - Original Message - From: "Balbir Singh" To: "Andrew Mart

Re: [Libcg-devel] Cannot set memory.memsw.limit_in_bytes

2012-05-03 Thread Balbir Singh
On Fri, May 4, 2012 at 4:51 AM, Andrew Martin wrote: > Hi Balbir, > > I tried setting the memory.memsw.limit_in_bytes higher than > memory.limit_in_bytes by powers of 2 (up to 256MB higher than > memory.limit_in_bytes), however the same behavior was still present. Hi, Andrew I meant can you crea

[Libcg-devel] [PATCH 4/5] Remove unused error code

2012-05-03 Thread Ivana Varekova
Remove unused error code ECGSENTINEL - it was used for test whether error code is in valid interval, now it is unused. Changelog: * let the next error have the same number as before the change, not to break ABI Signed-off-by: Ivana Hutarova Varekova --- include/libcgroup/error.h |7 +-