Last Updated: February 25, 2016
·
399
· squioc

Release your unused memory (on Linux)

If you lack memory space on linux, here a little command to release unused memory:

sysctl -w vm.drop_caches=3

The kernel will free pagecache, dentries and inodes.

via quack1 (in French)