chiark / gitweb /
cgroup: fix incorrectly setting memory cgroup
authorGao feng <gaofeng@cn.fujitsu.com>
Fri, 13 Sep 2013 06:43:04 +0000 (14:43 +0800)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Sep 2013 12:32:14 +0000 (14:32 +0200)
commit6a94f2e938c6535917b29a9611d6ad815125ed1b
tree95c2e51789bf12404630d1c572ad6456b5ea82a9
parent84121bc2ee2b1af811a50bc6974115aba603c806
cgroup: fix incorrectly setting memory cgroup

If the memory_limit of unit is -1, we should write "-1"
to the file memory.limit_in_bytes. not the (unit64_t) -1.

otherwise the memory.limit_in_bytes will be set to zero.
src/core/cgroup.c