Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created July 8, 2025 03:12
Show Gist options
  • Select an option

  • Save zoonderkins/167ac52e636aa683fdd6dad7f363d193 to your computer and use it in GitHub Desktop.

Select an option

Save zoonderkins/167ac52e636aa683fdd6dad7f363d193 to your computer and use it in GitHub Desktop.
Linux find memory use
ps -eo pid,comm,%mem --sort=-%mem | head -n 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment