1.Edit /etc/fstab,open terminal from Applications->Accessories menu and type:
sudo gedit /etc/fstabAdd following into this file and close it.
tmpfs /tmp tmpfs noexec,defaults,noatime 0 02.Edit /etc/sysctl.conf:
tmpfs /var/tmp tmpfs noexec,defaults,noatime 0 0
sudo gedit /etc/sysctl.confadd this line and save it:
vm.swappiness=13. Type
about:config
in firefox address bar and click I'll be careful,I promise!
.Right click on blank area and create a new string value calledbrowser.cache.disk.parent_directory,set its value to /tmp
Now,reboot your system and experience the performance.
http://ubuntuguide.net/speed-up-firefox-by-moving-cache-into-ram-in-ubuntu
No comments:
Post a Comment