RAM Disk
May 25, 2005 12:13 PM
Subscribe
Back in the dear dead days of DOS, I used to speed up things by creating a virtual disk in memory so that searches and other disk-I/O-intensive operations would run faster. In later version of DOS, there was a RAMDrive command.
Is there an equivalent utility in Win XP (Home or Pro) to park Temp files and similar items in a lettered drive in RAM? Or does Windows take care of that automatically?
posted by KRS to computers & internet (10 comments total)
For performance I usually set the paging file to a fixed size with the lowest size being whatever my RAM size is, and the highest size being double of my RAM.
For even more performance it is suggested to have the paging file on a seperate physical hard drive than where your system/applications are installed. NOT a seperate parition.
posted by mnology at 12:31 PM on May 25, 2005