Skip to content

Instantly share code, notes, and snippets.

@wyanez
Created October 27, 2013 20:54
Show Gist options
  • Save wyanez/7187765 to your computer and use it in GitHub Desktop.
Save wyanez/7187765 to your computer and use it in GitHub Desktop.
Script para liberar memoria en Ubuntu
# Script para liberar memoria RAM
# Fuente: http://ubunlog.com/como-liberar-memoria-ram-en-ubuntu/
# 13/03/2013
free -m
sudo sync
sudo sysctl -w vm.drop_caches=3
free -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment