docs: update
This commit is contained in:
parent
4a43ea23d2
commit
f1ab38d6f7
2
pfetch
2
pfetch
|
@ -358,7 +358,7 @@ get_memory() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Used memory is calculated using the following "formula" (MacOS):
|
# Used memory is calculated using the following "formula" (MacOS):
|
||||||
# wired + active + occupied * 4 / 1024
|
# (wired + active + occupied) * 4 / 1024
|
||||||
Darwin*)
|
Darwin*)
|
||||||
mem_full=$(($(sysctl -n hw.memsize) / 1024 / 1024))
|
mem_full=$(($(sysctl -n hw.memsize) / 1024 / 1024))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user