Skip to content

Instantly share code, notes, and snippets.

@krunalm
Created June 5, 2014 10:21
Show Gist options
  • Save krunalm/38adb20767e66dc197a8 to your computer and use it in GitHub Desktop.
Save krunalm/38adb20767e66dc197a8 to your computer and use it in GitHub Desktop.
process memory powershell ps
$m = ps chrome | measure PM -Sum ; ("Chrome {0:N2}MB " -f ($m.sum / 1mb))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment