OSX-RAMDisk
OSX-RAMDisk copied to clipboard
add firefox
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.