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