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:

/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.1309852410.txt.gz · Last modified: 2011-07-05 09:53 by brb