Skip to content

Instantly share code, notes, and snippets.

@matejkramny
Created September 12, 2013 18:49
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 matejkramny/6542157 to your computer and use it in GitHub Desktop.
Save matejkramny/6542157 to your computer and use it in GitHub Desktop.
Freeing up RAM
root@matej:/home/matej# free && sync && echo 3 > /proc/sys/vm/drop_caches && free
total used free shared buffers cached
Mem: 16325368 14747668 1577700 0 447096 11072424
-/+ buffers/cache: 3228148 13097220
Swap: 1050616 25020 1025596
total used free shared buffers cached
Mem: 16325368 3020272 13305096 0 1888 111772
-/+ buffers/cache: 2906612 13418756
Swap: 1050616 25020 1025596
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment