|
I was wondering if creating a RAM DISK to run programs in/from would be significantly faster? RAM DISK | (not to be confused with a RAM drive or solid-state drive) is a block of RAM (primary storage or volatile memory) that a computer's software is treating as if the memory were a disk drive (secondary storage). It is sometimes referred to as a virtual RAM drive or software RAM drive to distinguish its use of "primary storage" from a "hardware RAM drive" that uses separate hardware containing RAM, such as a solid-state drive. |
|
I thought software runs in ram anyway?..... I'd be interested to know the answer for this too :-) |
|
from what i have been told it runs a lot faster but when it crashes its a big big problem |
|
You probably do not want to try installing a program to a RAM disk. Rather, use them for temporary and cache directories. For example, on my Linux install I have a RAM disk set up for /tmp and ~/.cache (among others). The speed benefit is not really noticeable, and is overshadowed by factors such as running an SSD. Honestly, if you do not know what you are doing when you deal with this sort of stuff, it is best to leave things be. |
|
When it comes to a RAM Disk I see the benefit of using it to store temporary files like internet cache and such but if you installed programs to it wouldn't it erase every time you turned the computer? That's the point with temp files, they can be erased but not when it comes to software. |

How much Faster do programs run in RAM DISK?