Skip to content

Commit 861e73c

Browse files
authored
Update README.md
1 parent 2b64ede commit 861e73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RAM use (etc) of active container (cgroup)
2121

2222
```
2323
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}'
24+
cat /sys/fs/cgroup/memory.current | awk '{printf "%.2f GB\n", $1/1024/1024/1024}'
2525
```
2626

2727

0 commit comments

Comments
 (0)