[Libcg-devel] [patch] cgconfigparser:fix the memory swap limit set

2013-10-12 Thread Weng Meiling
From: Weng Meiling After setting memory.limit_in_bytes and memory.memsw.limit_in_bytes, use cgsnapshot -f to save the current cgroup configure, then use cgconfigparser to resume it according the configure file, but it failed. The steps: $ cgsnapshot -s memory -f config $ cat config mount {

Re: [Libcg-devel] [patch] cgconfigparser:fix the memory swap limit set

2013-10-12 Thread Weng Meiling
On 2013/10/12 16:35, Weng Meiling wrote: > > From: Weng Meiling > > After setting memory.limit_in_bytes and memory.memsw.limit_in_bytes, > use cgsnapshot -f to save the current cgroup configure, then use > cgconfigparser to resume it according the configure file, but it failed. > > The steps: >