1 parent 12b97d2 commit 6f3ef64Copy full SHA for 6f3ef64
1 file changed
README.md
@@ -96,7 +96,7 @@ free -m -s 1 | stdbuf -o0 grep "^Mem:" | stdbuf -o0 tr -s " " | stdbuf -o0 cut -
96
### memory usage on macOS
97
98
```
99
-vm_stat 1 | awk '{ print int($2)*4096/1024^3; fflush(); }' | ttyplot -t "MacOS Memory Usage" -u GB
+vm_stat 1 | awk '{ print int($2)/2^18; fflush(); }' | ttyplot -t "MacOS Memory Usage" -u GB
100
101
102
### number of processes in running and io blocked state
0 commit comments