Disable disk cache on chromium, for all users.
# leafpad /etc/chromium.d/default-flags &
CHROMIUM_FLAGS=" --disk-cache-dir=/dev/nullĀ --media-cache-dir=/dev/nullĀ ";
4. Rename or delete the folder
/home/<user>/.cache/chromium/
/home/<user>/.cache/chromium/
5. Test
Open chromium. That folder should be created again, but it should keep it's size to null.
I also noticed chromium works snappier/faster.
Hope it helps.
0 Comments:
Post a Comment
<< Home