OSX-RAMDisk icon indicating copy to clipboard operation
OSX-RAMDisk copied to clipboard

add firefox

Open zafarella opened this issue 9 years ago • 1 comments

zafarella avatar Aug 18 '15 04:08 zafarella

Following should help:

  • https://wiki.archlinux.org/index.php/Firefox_Ramdisk#Relocating_only_the_cache_to_RAM
  • http://kb.mozillazine.org/Profile_folder

in OS X firefox profile with the setting for particular user are located at ~/Library/Application Support/Firefox/Profiles/i

adding following string user_pref("browser.cache.disk.parent_directory", "/Volumes/ramdisk/z1/firefox"); into ./prefs.js will solve placing caches into ram. There is also trend within firefox developers to make inside firefox. This might deprecate the feature.

zafarella avatar Oct 27 '15 00:10 zafarella