Skip to content

Instantly share code, notes, and snippets.

@xemoe
Created November 12, 2015 19:25
Show Gist options
  • Save xemoe/1013d956ce438a9300f9 to your computer and use it in GitHub Desktop.
Save xemoe/1013d956ce438a9300f9 to your computer and use it in GitHub Desktop.
Calculate system memory by half
MYMEM=$(printf "%.2f" $(( $(vmstat -s | head -n1 | awk '{print $1}') * 0.5 )) | numfmt --to=si --from-unit=K)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment