Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Created November 13, 2014 11:39
Show Gist options
  • Save carltondickson/53c362475eba16ae4227 to your computer and use it in GitHub Desktop.
Save carltondickson/53c362475eba16ae4227 to your computer and use it in GitHub Desktop.
Reduce compiz memory usage Ubuntu
# From http://askubuntu.com/questions/82684/lowering-compiz-memory-usage#answer-82698
# Kill compiz completely, including all child processes, freeing it's memory:
killall -9 compiz &
# Run unity and give you back a free terminal.
unity & disown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment