Ubuntu Pastebin

Paste from MonkeyDust at Wed, 18 Feb 2015 17:28:10 +0000

Download as text
1
2
3
4
5
6
# Move chromium-browser cache to /tmp
# In /etc/chromium-browser/default
# Change this:
CHROMIUM_FLAGS=""
# To this:
CHROMIUM_FLAGS="--disk-cache-dir=/tmp/chromium --disk-cache-size=314572800"
Download as text