Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Created December 3, 2020 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/c8aa10418feb8a3882b0264153f75a1d to your computer and use it in GitHub Desktop.
Save barseghyanartur/c8aa10418feb8a3882b0264153f75a1d to your computer and use it in GitHub Desktop.
Memory hints

Memory hints

Show free memory using vmstat

vmstat -s -S M | head -n 5 | tail -n 1

Show top 1 memory consumers using smem

smem -r -t | head -n 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment