However, this past weekend I saw a post about using a RAM disk to speed-up your web browser. Okay, cool idea, I read their post and it seemed over complicated. Instead I figured I could do better, so It logged out of my Gnome desktop and logged in to a virtual terminal and added the following my /etc/fstab:
tmpfs /home/userFollowed by mount /home/user/.cache tmpfs size=1G 0 0
What that simple line does is creates a 1GB tmpfs, aka RAM file system, for everything in the cache folder. Consequently Chromium keeps it's cache there as does Compiz. I look forward to more programs just using the directory and speeding up everything a little bit.
Simple task, huge difference.
No comments:
Post a Comment