Increase Virtual Memory

How is My Work

  • excellent

    Votes: 1 33.3%
  • very good

    Votes: 1 33.3%
  • good

    Votes: 0 0.0%
  • nice try

    Votes: 1 33.3%

  • Total voters
    3
  • Poll closed .
May 18, 2007
573
0
0
36
In DaRk WoRlD
Sometimes you may see a notification such as "Windows Virtual Memory Low"
and ur machine is going slowing down. But you can increase ur virtual memory.

Just follow these steps

1. start
2. control pannel
3. system
4. Advanced
5. ( perfomance ) settings
6. Advanced
7. Change ( virtual memory )
8. select drive ( hard disk partition )
9. i. Initial size ( enter value in mega bytes )
ii. Maximum Size ( enter value in mega bytes )
10. set
11. OK
12. Now Restart your computer
 

hemalsilva

Well-known member
  • Oct 16, 2006
    16,039
    2,686
    113
    Paraguay
    THANKS I'LL TRY
    1945.gif
     

    Anusha

    Member
    Jun 13, 2006
    25,864
    5
    0
    1. Pagefile should not be allowed to dynamically expand. Initial size and maximum size should be same. Otherwise pagefile.sys will fragment and paging will become slower that it should be.

    2. You don't need to restart, if you are increasing the pagefile. If you are making it smaller, it will only become smaller after a reboot.

    3. Pagefile should be kept in the first partition of a hard disk, because that's where the performance of the physical disk is highest. However, if possible, it should be moved to another drive (not partition) where disk activity is less.
     

    ravendawson

    Member
    Jan 15, 2011
    1
    0
    0
    When all your RAM has been used up, your computer normally utilizes an empty space and treat it as RAM. Your software can’t distinguish real and virtual memory, anyway. Also, when you increase virtual memory, keep in mind that the values for the initial size and maximum size need to be the same. They have to be 1.5 times the size of your RAM. Doing this will prevent your CPU from constantly changing the paging file.
     

    Anusha

    Member
    Jun 13, 2006
    25,864
    5
    0
    When all your RAM has been used up, your computer normally utilizes an empty space and treat it as RAM. Your software can’t distinguish real and virtual memory, anyway. Also, when you increase virtual memory, keep in mind that the values for the initial size and maximum size need to be the same. They have to be 1.5 times the size of your RAM. Doing this will prevent your CPU from constantly changing the paging file.
    OS doesn't wait till you run out of physical RAM to start using the pagefile or swap file. it uses it even when there are several gigabytes of physical memory is still available. paging is NOT just used for the purpose of running more programs than what physical memory allows. it also helps to prevent WASTAGE of physical memory due to fragmentation. (causes of memory fragmentation and file system fragmentation are similar, but results are different. memory fragmentation lowers the amount of USABLE physical memory for programs, file system fragmentation LOWERS THE FILE SYSTEM PERFORMANCE because more seeks are required to read data which is not contiguous.)