Skip to content

Instantly share code, notes, and snippets.

@Idorobots
Created October 10, 2012 11:37
Show Gist options
  • Save Idorobots/3865002 to your computer and use it in GitHub Desktop.
Save Idorobots/3865002 to your computer and use it in GitHub Desktop.
Memory Stats example
(require 'memory-stats)
(setq memory-usage-update-interval 5)
(setq memory-usage-format "Mem: %R Free: %F Swap: %S")
(memory-usage-start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment