First, modify the registry to play a large memory advantage
Open Registry Editor, locate [hkey_local_machinesystemcurrentcontrolsetcontrolsession managermomorymanagement], and modify some key values in the right pane.
1, "LargeSystemCache" (Start a large system cache):
Creates a large memory space in memory for pre-read operations on the disk file system. When data is continuously requested by the program, Windows is automatically pre-read through the system cache, allowing the program to get the data you want with the fastest speed. Because enabling this system buffer consumes more physical memory, the available physical memory that can be exploited by the program is reduced. Set its value to 1. In this way, the system cache is increased from 4MB to 8MB.
2, "Secondleveldatacache" (Improve CPU performance):
CPU processing speed is much larger than the memory access speed, and the memory is much faster than the hard disk. In this way, between the CPU and memory, memory and disk have a bottleneck effect on performance, the front "LargeSystemCache" is designed to alleviate the memory and disk bottlenecks, and the CPU in order to quickly get processing data from memory also set a buffer mechanism L2 Cache ( Second-level cache). Adjusting this key value allows Windows to better match the CPU's use of this caching mechanism for higher data pre-read hit ratios. It is recommended that you set it to 512.
3. disablepagingexecutive (Disable paging file):
Change its value to 1 (hexadecimal) so that all programs and data are forced to run in physical memory instead of using virtual memory. Obviously, when there is enough physical memory to complete the required tasks (such as 1GB or more), this will make the system performance greatly improved. Enabling a user with only 128MB or less memory may be a disaster-the system is frequently faulted until it crashes.
4, "Iopagelocklimit" (custom input/output buffer size):
The input-output system is the channel through which data is transferred between the device and the microprocessor, and the data is delivered more smoothly when the buffer size is enlarged. Similarly, the size of the specific setting depends on the size of the physical memory and how much to run the task to decide, in general, if the memory 64MB can be set to the 16 binary value of the double-byte key (1MB), the number of (2MB) or three (4MB) 128MB memory can be set to (4MB), (8MB) or 4000 (16MB), 256MB Memory 4000 (16MB), or 8000 (32MB). Of course if there is more memory, it can be set to 10000 (64MB) or even more. When set to 0 o'clock, Windows is automatically configured.
Second, the use of virtual hard disk software
RAMDisk Plus, this software is to partition the memory as a part of the use of partitions, RAMDisk Plus can also add more than one partition, and then put some common programs in, so it must be more quickly run.
1, some temporary folders to transfer to this partition, such as the temporary folder of IE, this will greatly improve the speed of your web browsing.
2, but the memory power after the things are gone, but RAMDisk Plus provides the option to automatically save the shutdown, that is, when the virtual hard disk partition can be saved to the actual hard disk partition you specify the place, and then power on the load back, with the truth of sleep almost, Just this will cause the shutdown and boot time to become very long, so it is recommended to only put temporary files on the virtual hard disk partition, anyway, the temporary files will be emptied sooner or later, put on the RAMDisk also eliminates the hassle of manual emptying.
After the above explanation of the memory space arrangement, as well as the registry settings of the memory speed improvement skills, the computer will definitely increase the speed of a high.