What is virtual memory and what is it used for 50

Updated on number 2024-04-23
3 answers
  1. Anonymous users2024-02-08

    Virtual memory, which is virtual rather than actual hardware, is set up to meet the operational requirements of the program and expand the available "memory" space.

    Here's how to set up the virtual memory:

    1.Right-click My Computer and select the Properties command from the context menu to open the System Properties dialog box.

    2.Click on the "Performance" option, and in its "Advanced Settings" area, click on the "Virtual Memory" button. The Virtual Memory dialog box is displayed.

    3.In the Virtual Memory dialog box, select the appropriate disk and disk partition. It is suggested here:

    For hard disk partitions, you should choose one with enough space; For hard drives, you should choose the fastest one. If two hard disks are installed, you can save the Windows virtual memory swap file to the two hard disks separately, but not in two partitions of the same hard disk, which can effectively improve the system's access performance to the virtual memory swap file. For memory settings, select the "User-specified virtual memory settings" radio button, and then set the exact value of the virtual swap file size in the "Minimum" and "Maximum" options, respectively.

    4.After the settings are complete, click the "OK" button, save the settings to exit, and restart the Windows system.

  2. Anonymous users2024-02-07

    Ladies and gentlemen, if you are helping others, you must help them to the end. Saying so much, how can this brother understand.

    To put it simply, memory is like a person has a cerebral cortex, which is a temporary memory center. In the computer, it's the one next to the CPU, which is long and narrow, and there are a lot of black chunks on it. That's called physical memory, and virtual memory is used by the operating system to create a place on the hard disk and virtualize it into memory.

    Because the physical memory is not enough for the operating system. However, virtual memory cannot be banned just because it is large. The role is not the same.

    Don't blindly believe the so-called optimizations on the Internet that ban virtual memory.

  3. Anonymous users2024-02-06

    01 Virtual memory.

    Physical memory can be mitigated.

    Insufficient pressure is conducive to improving resource utilization, and virtual memory needs to be set according to its own situation, which can be set to about twice the actual memory.

    02 Virtual memory is to use hard disk to simulate memory usage, objectively speaking, if your memory is large enough, virtual memory is not needed. But in fact, this is often not possible. In order to make better and efficient use of memory resources, the operating system usually loads the most commonly used modules into the cache, then puts the commonly used modules into memory, and puts the least commonly used modules into the hard disk that need to be called during operation.

    03 The role of virtual memory: Every process running in the Windows environment will automatically assign virtual memory space to them when they are loaded. To put it simply, virtual memory technology is a technology that uses external access devices, such as hard disks, to hold information that is not enough in physical memory.

    04 Setting up virtual memory can increase the page memory usage of the system. This page memory (virtual memory) is not comparable to real memory. This is a compromise feature for a small memory system under Windows.

    Prevents system crashes when the memory capacity is exhausted.

Related questions
6 answers2024-04-23

No more settings.

When playing games, it's best not to turn on the thunderbolt or turn on the thread. >>>More

3 answers2024-04-23

Virtual memory is in the properties of a computer.

9 answers2024-04-23

Virtual memory, which functions basically like physical memory, but it exists as a "backup force" to physical memory, that is, it only works when physical memory is no longer enough. So from this point of view, the size of the setting should be set according to your memory situation and the software you are using (such as large online games), if you really don't know, you can use the optimization master or optimization software to set it for you. Beg.

19 answers2024-04-23

Windows virtual memory is to take out a part of the hard disk space to use as memory, when the memory is occupied, the computer will automatically call the hard disk to act as memory, in order to relieve the tension of memory. For example, if the computer only has 128MB of physical memory, when reading a file with a capacity of 200MB, it must use a relatively large virtual memory, and the file will be stored in the virtual memory after being read by the memory, and then the files stored in the virtual memory will be released into the original installation directory. >>>More

8 answers2024-04-23

The Windows operating system uses virtual memory to dynamically manage runtime swap files. In order to provide more memory capacity than the actual physical memory for use, the Windows operating system takes up a portion of the space on the hard disk as virtual memory. When the CPU asks for it, it reads the data in memory first. >>>More