Here’s an example of using the a RAMDISK especially if you have lots of unused RAM.
I’m currently using ARSoft’s RAMDisk product (which is free) which can only create up to a 100MB RAMDisk due to the TR’s unique memory structure. However, 100MB is more than enough for an Internet cache.
Once you create a RAMDISK (Z: in my case) you then point your Internet cache to the RAMDISK. I suggest emptying your cache before you do this to make the process go faster. Once you’ve moved the cache over you will need to logout/login again. You should notice that when you browse the web the pages should load faster. The reason why is that most web pages are made up of a lot of little files (i.e. HTML, css, text, gif, jpg, etc.). Typically, each one has to be written to your cache directory on your hard disk which slows everything down. It also puts a lot of wear/tear on your hard disk. So, with the RAMDISK, the files are copied straight to memory (which is nanoseconds vs. milliseconds) and displays immediately. If you reload a page or visit a page multiple times, the RAMDISK helps load the pages much faster…especially if it’s heavily laden with graphics.
Ok, here’s the catch. Internet Explorer uses the cache when you’re downloading files. So, if any given file is larger than the RAMDISK (so >100MB in my case) then it will fail to download as it will run out of space. You could increase the size of the RAMDISK but then you’d have to use the non-free RAMDISK programs. One way around it is to use a download manager program with your browser. I use GetRight (not free) which handles the downloads extremely well and can independently use extra system memory to cache downloads so that your hard disk doesn’t get trashed. Of course, there’s plenty of other download managers you can use as well.
So, it’s a good use of extra memory and definitely makes your system feel more faster. :D