We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b64ede commit 861e73cCopy full SHA for 861e73c
README.md
@@ -21,7 +21,7 @@ RAM use (etc) of active container (cgroup)
21
22
```
23
cat /sys/fs/cgroup/memory.max | awk '{printf "%.2f GB\n", $1/1024/1024/1024}'
24
-cat /sys/fs/cgroup/memory.usage_in_bytes | awk '{printf "%.2f GB\n", $1/1024/1024/1024}'
+cat /sys/fs/cgroup/memory.current | awk '{printf "%.2f GB\n", $1/1024/1024/1024}'
25
26
27
0 commit comments