Created
November 13, 2014 11:39
-
-
Save carltondickson/53c362475eba16ae4227 to your computer and use it in GitHub Desktop.
Reduce compiz memory usage Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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