How memory works 101
kelvin1704 ? I don't think either. From what I experienced in the past with RAMDRIVES, it's a slight increase only... but it highly depends on what you're doing with it. The video editing I couldn't tell you, as I've never done any of that...
I want to clarify a few things about this RAM Drive though... Some mention creating a RAMDRIVE and making it your Swap File drive... This is absolutely ludicrous. I'm here to tell you people that the Software Engineers at Microsoft are a Lot smarter than that.
The way Windows is designed, the more RAM you have the less Windows makes use of the pagefile. In fact, if you have enough, you can just disable memory paging all together (in Windows XP).
Everything you load, be it the OS, Programs, files?etc? goes into RAM, when that particular program/file?whatever is closed down, it is cached. MEANING, these particular memory blocks are now available memory, however, the information in them is still stored until it is needed for something else.
For example, open a program up. You see it appear in the processes list and it shows how much memory it is using.
Now close the program down. It disappears from the processes list. However, it is still cached in memory. Open the program back up. Notice it did not have to access your drive this time, rather, it loaded it from the system cache.
Paging occurs when you have more things running than what you have available system memory. Windows then decides what you probably are not using right now and writes it to the hard drive. Believe it or not, it?s actually done Very fast.
However, if you have GigaGobs of memory, it is VERY unlikely that Windows will ever need to write to the pagefile.
Like I said, MS Engineers are NOT bozo?s, They actually know what they were doing when they designed Windows. ?IF? your computer has the memory, it will use it. Windows it not going to write a bunch of crap to the hard drive when you are sitting at 90% physical memory free.
One last point to make? let?s say you do have a 1GB Ram Drive? You just can?t stand loading your programs off the hard drive, so you copy it to the RAM DRIVE to run it from there? well, by the time you did all that, you could have just loaded the program? them it would ALREADY be in memory? Are you getting my point?
You only get 20-40% increase in load times anyway. It?s nothing like 2x to 10x faster as some people say.
OK, I gotta get back to work. Laterzzz..