Opera and Chrome Cache on MEMORY Push – Fedora and Ubuntu

Sep 20, 2012 by danaeschwe85

By holding visitor cache to ram drive, browsing speed can be improved by you. Particularly if you are searching all day. These days modern computers are built with a lot more than required ram. Section of this RAM can be utilized for caching objective. Also this can spare you from cleansing computer clutter.By standard RAM drive size may / may perhaps not be sufficient. Raise it to 512Mb or whatever size you want to allocate for caching. Use following approach to change standard ram_size.Here for instance, we’re growing ram_size to 512mbOn Fedora System.suvi /boot/grub/grub.conf#append ramdisk_ at the end of kernel parameter.#e.g #Before changekernel /vmlinuz-2.6.35.10-74.fc14.i686 ro root=UUID=dbea17b6-292a-435e-a4d7-d202b772e6aa rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us quiet#After changekernel /vmlinuz-2.6.35.10-74.fc14.i686 ro root=UUID=dbea17b6-292a-435e-a4d7-d202b772e6aa rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us ramdisk_ quietOn Ubuntu System (UPDATE- 10.10 & above ).suvi /boot/grub/grub.cfg#append ramdisk_ at the end of linux parameter.#e.g #Before changelinux /boot/vmlinuz-2.6.35-22-generic root=UUID=a54a4a62-f264-4c04-a86f-83addaad2e55 ro quiet splash#After changelnux /boot/vmlinuz-2.6.35-22-generic root=UUID=a54a4a62-f264-4c04-a86f-83addaad2e55 ro ramdisk_ quiet splashUPDATE-For Ubuntu 10.04 use /boot/grub/menu.lstAlso If information above mentioned rc.local does not work use following.#!/bin/sh -eif [! -e /tmp/ram ]; thenmkdir /tmp/ramfimke2fs -q -m 0 /dev/ram0mount /dev/ram0 /tmp/ram/chmod 777 /tmp/ram/ -Rexit 0REBOOT YOUR SYSTEM TO LET CHANGE TAKE EFFECT.As origin individual, Mount RAM travel as /tmp/ram. Following commands you may save in /etc/rc.local to have completed at every boot.mkdir /tmp/rammke2fs -m 0 /dev/ram0mount /dev/ram0 /tmp/ram/chmod 777 /tmp/ram/ -RUPDATE-OR you could use tmpfs, which is convenientmount -t tmpfs -o tmpfs /tmp/ram1/chmod 777 /tmp/ram/ -RChange browser caching location.Firefoxtype about:config in tackle bar, search for browser.cache.disk.parent_directory. change its location to /tmp/ram/firefox or some other directory if you are going to save yourself Chrome cache on same ram travel. This may help you recognize each cache. By default firefox retailers cache in cacheme whereas chrome in Cache folder.Restart firefox, you will find new folder in /tmp/ramChromeFor chrome its acutely easy. append -disk-cache-dir=”/tmp/ram/” in launchere.g/opt/google/chrome/google-chrome –disk-cache-dir=”/tmp/ram/”This is all that’s necessary, today onwards on every restart / shoe of one’s computer, memory travel will be produced as /tmp/ram. And chrome / firefox can establish cache dir.Change of cache way, does not influence favorites, its all saved in $USER folder.Thanks for the responses. Its improved post.

Go to our site for more info about visit site