Skip to content

Instantly share code, notes, and snippets.

@dpaluy
Created March 11, 2013 19:59
Show Gist options
  • Select an option

  • Save dpaluy/5137206 to your computer and use it in GitHub Desktop.

Select an option

Save dpaluy/5137206 to your computer and use it in GitHub Desktop.
def memstats
size = `ps -o size= #{$$}`.strip.to_i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment