Trying to load a whole program to RAM


  1. Posts : 4
    windows 7
       #1

    Trying to load a whole program to RAM


    I need a certain program to run as fast as possible, but the problem is that it has to access the hard disk sometimes, and it slows the program's performance.

    Is it possible to load the entire program to the RAM, so that the access time will be minimal??

    Thank you!

    My computer specs: AMD Phenom 2 Quad-Core 3.4 Ghz
    4 Gb of RAM
    Windows 7 64-bit
      My Computer


  2. Posts : 136
    Windows 7 Ultimate
       #2

    yonatan said:
    I need a certain program to run as fast as possible, but the problem is that it has to access the hard disk sometimes, and it slows the program's performance.

    Is it possible to load the entire program to the RAM, so that the access time will be minimal??

    Thank you!

    My computer specs: AMD Phenom 2 Quad-Core 3.4 Ghz
    4 Gb of RAM
    Windows 7 64-bit
    Windows memory management is going to page to disk only when necessary. You could turn off the swap file but that would not be advisable.

    The whole point of an O/S (particularly an advanced one) is to abstract the system so your application doesn't have to do memory management on its own. With 4GB of main memory I doubt you're going to even have to worry about this. If you run the task manager and look at the performance tab you'll discover that you probably have half your RAM free most of the time as it is. The system isn't going to swap your program to hard disk unless it's pretty seriously overloaded and has to begin thrashing.

    Any disk access you might "see" is probably necessary - the application probably has database files it has do deal with and you're not going to get those to load in RAM.

    Don't try to micromanage your system - let the O/S do its job. There's little as an end-user you're going to do to improve an application's performance. That's the developer's job.

    -Max
      My Computer


  3. wkt
    Posts : 31
    Windows 7 Home Premium
       #3

    yonatan said:
    Is it possible to load the entire program to the RAM, so that the access time will be minimal??
    I suggest that you use a RAM-Disk for your program.

    I use the RAMDisk program on OEM and custom server memory upgrades. Dell, HP, IBM, Sun Server Memory - Dataram on my 32-Bit system. But I don't know whether it works on your 64-Bit Windows.

    This program must be configured so that you can install your program in the RAM-Disk and the RAM-Disk is preserved if you shut down the machine.
    I didn't use this feature yet but I think that's exactly what you want.

    Perhaps that helps.
      My Computer


  4. Posts : 4
    windows 7
    Thread Starter
       #4

    That's EXACTLY what i was looking for!!
    Thank you very much my friend!
      My Computer


  5. Posts : 22
    Windows 7 Ultimate N x64
       #5

    I use QSoft RAMDrive.

    Probably the best performance mod I made.

    I dedicate 2 gigs of my RAM to the drive and install most of my apps on it. My computer flies now. I had to chain it to the floor!!!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:14.
Find Us