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

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/"

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

~~LINKBACK~~

Discussion

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