=== modified file 'zsh-functions/zsv_generic' --- zsh-functions/zsv_generic 2014-02-09 23:03:56 +0000 +++ zsh-functions/zsv_generic 2014-02-09 22:51:37 +0000 @@ -1,7 +1,7 @@ if ! grep -q "^[^ ]* ${zsv_cgroup:h} " /proc/mounts; then [[ -d $zsv_cgroup:h ]] && rm -rf $zsv_cgroup:h mkdir -p $zsv_cgroup:h - mount -t cgroup -o cpuacct zsv $zsv_cgroup:h + mount -t cgroup -o cpuacct,memory zsv $zsv_cgroup:h fi if grep -q "^[^ ]* ${zsv_cgroup:h} " /proc/mounts; then