Modify win7 registry to play a large capacity memory advantage

  
        Now open the registry editor, find [HKEY_LOCAL_MacHINESystemCurrentControlSetControlSessionManagerMomoryManagement], modify the key value in the right pane (note that the premise of doing the setting is that the memory is better than 512MB, and only limited to Windows2000/XP).

(1) "LargeSystemCache" (large starting system cache): in memory to open up a large memory space for pre-reading operation of the disk file system. When the data requested by the program increases, Windows automatically reads ahead through the system cache, so that the program can get the required data as fast as possible. Since enabling this system buffer consumes more physical memory, the available physical memory that can be utilized by the program is reduced. Its value is set to 1. Thus, the system cache increased from 4MB 8MB

(2) "SecondLevelDataCache" (cpu improve performance): CPU processing speed is much greater than the memory access speed, Memory is much faster than the hard drive. In this way, between the CPU and the memory, the performance bottleneck is formed between the memory and the disk. The previous "LargeSystemCache" is designed to alleviate the memory and disk bottleneck, and the CPU is also set to obtain the processed data quickly from the memory. A buffer mechanism L2Cache (secondary cache). Adjusting this key value will enable Windows to better match the CPU's use of the caching mechanism to achieve higher data prefetch hit rates. It is recommended to set it to 512.

(3) DisablePagingExecutive (disable page file): its value to 1 (hexadecimal), this will make all the mandatory programs and data defining physical memory Run instead of using virtual memory. Obviously, when there is enough physical memory to accomplish the required tasks, this will greatly improve the system performance.

(4) "IOPageLockLimit" (custom input /output buffer size): input output system is the channel for transmitting data between the device and the microprocessor, which when expanding the buffer size of the data transfer will be more smooth. Similarly, the size of the specific size depends on the size of the physical memory and the number of running tasks. If there is more memory, you can set it to 10000 (64MB) or more. When set to 0, Windows will automatically configure. After setting these up, reboot the system. In fact, the effect of modifying these is not very obvious, but there is always a comfort in the psychological, the following is the place where you feel the qualitative leap. The larger

memory, the faster the machine? I think most people's answers are yes, the improvement from 512MB to 1GB is obvious, so take it for granted, from 1GB to 2GB will be obvious. But I told you personally that large memory may be slower than small memory, of course, if you do not set anything. A few days ago

I extend my CompaqN410c to 1GB of memory, 2 × 512MB, the results after the expansion was kind enough to not only find a machine like the original point card, and sleep time becomes longer. This is for sure. Hibernate is to copy the contents of the memory to the hard disk. The bigger the memory, the longer the sleep time will be. This makes me very depressed. Did I spend money to upgrade my machine, but it is slower than the original? It is. I use memstate software to monitor my memory situation in real time and find that there are always more than 600 megabytes of free memory. This means that the memory of the machine is very sufficient, and even a lot of it is wasted, but the machine is still so slow. ? So I went to google to find the reason, and found that a lot of people have found this problem, and already have an authoritative explanation, here I extract the key parts, and share their own experience to share with you. Note: The modifications and usage methods here are for XP systems.

here would like to introduce a software, RAMDiskPlus, this software is part of the memory as a disk partition carved out of use, you can put some temporary folder transferred to this partition, such as IE temporary files Folder, this will greatly improve the speed of your browsing. The gap between the transmission speed of the memory and the transmission speed of the hard disk. I think everyone knows that using a part of the memory as the hard disk is equivalent to adding a 10,000-rpm hard disk, and the speed increase can be imagined. This is my personal experience. I took out 100MB of my memory as a partition, and then moved the temporary folder of IE to the top. After restarting, it is a moment to open the webpage. Even before, the speed is very good. In the middle of the night, it is not so fast. It seems that many times the network speed is not a bottleneck, the machine is the bottleneck, especially those pages with more pictures and need to be cached. You can try it. After drawing out this 100MB memory, my normal available memory is still more than 500MB. Fortunately, RAMDISKplus can add multiple partitions. I can draw out several partitions and put some common programs into it. It’s much faster.

but remember, after which things down memory is gone, but fortunately, Ramdiskplus provides automatic shutdown saving option is turned off when you can save something virtual hard disk partition to actual The location you specified in the hard disk partition, and then load back when booting, almost the same as the dormancy, but this will cause the shutdown time and boot time to become very long, so I recommend only placing temporary files on the virtual hard disk partition. Anyway, the temporary file will be emptied sooner or later. Putting it on the ramdisk also saves the trouble of manual emptying.
Copyright © Windows knowledge All Rights Reserved