How is system memory optimized? (1)

  

Memory is an important part of the computer. We often think about how to improve the efficiency of memory usage during computer use and increase the running speed as much as possible. Here are nine ways to improve memory usage and optimize memory management in the Windows operating system.

1. Change the location of the page file

The purpose is mainly to maintain the continuity of virtual memory. Because the hard disk reads data by reading the magnetic material on the magnetic head, and the page file is placed in different areas on the disk, the magnetic head will jump and jump, which is not conducive to improving efficiency. Moreover, there are many system disk files, and the virtual memory is certainly not continuous, so it should be placed on other disks. To change the location of the page file: Right-click on "My Computer" and select "Properties → Advanced → Performance Settings → Advanced → Change Virtual Memory" and select the location you want to change in the drive bar. It is worth noting that after moving the page file, the original file will be deleted (the system will not delete it automatically).

2, change the size of the page file

After changing the position of the page file, we can also make some adjustments to its size. We need to pay attention to the adjustment, do not set the maximum and minimum page files to equal values. Because usually the memory will not be really "filled up", it will automatically put some of the temporarily unused data into the hard disk when the internal storage reaches a certain level. The larger the minimum page file, the lower the percentage and the slower the execution. The maximum page file is the limit value. Sometimes a lot of programs are opened. The memory and the minimum page file are “filled up” and will automatically overflow to the largest page file. So it is unreasonable to set the two equal. In general, the minimum page file is set smaller so that more data can be stored in memory as much as possible, which is more efficient. The maximum page file is set larger to avoid the situation of “full staff”.

3. Disabling page files

When you have more than 512MB of memory, the effect of the page file will no longer be obvious, so we can disable it. To do this, go to the registry editor "HKEY_LOCAL_MACHINESystemCurrentControlSetControlSession Ma-nagerMemoryManagement" and set its value to "1" in the "DisablePa-ging Executive" option.

4. Clear the page file

There is a "ClearPageFileAtShutdown" in the same location, and set the value to "1". The "clear" page file mentioned here does not mean that the pagefile.sys file is completely deleted from the hard disk, but it is "cleaned" and organized to prepare for better use of virtual memory when starting Windows XP next time. .

5. Resizing the Cache Area

You can set the proportion of the system's utilization cache (for Windows 98) in the "Main Purpose of Computer" tab. If the system has more memory, you can select "network server", so the system will use more memory as the cache. In the CD-ROM tab, you can directly adjust how much memory the system uses as a cache for reading and writing CD-ROM discs.

6. Improve the performance of other components of the system

The performance of other components of the computer also has a greater impact on the use of memory, such as bus type, CPU, hard disk and video memory. If the memory is too small and the amount of data displayed is large, it is impossible to increase the speed and system efficiency of the memory. If the speed of the hard disk is too slow, it will seriously affect the work of the entire system.

7. Free up memory space in time

If you find that the system has less memory, pay attention to freeing memory. The so-called release of memory is to release the data residing in the memory from the memory. The easiest and most effective way to free up memory is to restart your computer. In addition, it is to close the program that is not used temporarily. Also note that if you store image data in the clipboard, it will take up a lot of memory space. At this time, as long as a few words are clipped, the original image on the clipboard in the memory can be flushed out, thereby releasing a large amount of memory occupied by it.

8. Optimizing data in memory

In Windows, the more data that resides in memory, the more memory resources are used. Therefore, the shortcut icons on the desktop and in the taskbar should not be set too much. If memory resources are tight, consider using as few background residing programs as possible. Usually when you are operating your computer,


To open too many files or windows. After using the computer for a long time, if the computer is not restarted, the data arrangement in the memory may be confusing, resulting in a decline in system performance. Then you have to consider restarting your computer.

9, monitor memory

The system's memory, no matter how big, will always run out. Although there is virtual memory, since the read/write speed of the hard disk cannot be compared with the speed of the memory, when using the memory, it is necessary to monitor the memory usage at all times. A system monitor is provided in the Windows operating system to monitor memory usage. Generally, if only 60% of the memory resources are available, you should pay attention to adjusting the memory, otherwise it will seriously affect the running speed and system performance of the computer.

Copyright © Windows knowledge All Rights Reserved