I've got 24GB of RAM, most of which sits idle. It'd be nice to just load a game entirely into RAM ahead of time. Of course there's always RAM disks, but they're inflexible and inefficient - they have to completely block off a predefined chunk of my memory, and anything I read off of it is redundantly cached in the standard windows file cache, since windows technically doesn't know it's a RAM disk.
What would be really neat is if I could just right click a folder, pick load to cache, and let it rip right into the file cache. Even though it's now liable to be bumped out of RAM by other processes, I've got enough RAM that it's not a major issue. I googled up and down and can't find anything of the sort, but it seems no more complicated that a script that simply reads the files and then quits.
Anyone got any ideas?
What would be really neat is if I could just right click a folder, pick load to cache, and let it rip right into the file cache. Even though it's now liable to be bumped out of RAM by other processes, I've got enough RAM that it's not a major issue. I googled up and down and can't find anything of the sort, but it seems no more complicated that a script that simply reads the files and then quits.
Anyone got any ideas?