User Tools

Site Tools


blog:firefox_and_chrom_cache_on_ramdrive

This is an old revision of the document!


Firefox and Chrom cache on ramdrive

Ref: http://www.linuxreaders.com/2011/01/11/firefox-chrome-cache-on-ram-drive-fedora-ubuntu/

Add to rc.local:

mount -t tmpfs -o size=512M,mode=0744 tmpfs /tmp/ram/
chmod 777 /tmp/ram/ -R

Firefox:

browser.cache.disk.parent_directory=/tmp/ram

Chromium: just change launcher to

/opt/google/chrome/google-chrome --disk-cache-dir="/tmp/ram/"

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   ___   ____      __  _____   _  __
  / _ ) / __ \ __ / / / ___/  / |/ /
 / _  |/ /_/ // // / / /__   /    / 
/____/ \___\_\\___/  \___/  /_/|_/
 
blog/firefox_and_chrom_cache_on_ramdrive.1309852425.txt.gz · Last modified: 2011-07-05 09:53 by brb