Home Common Problem What is the use of virtual memory?

What is the use of virtual memory?

May 06, 2019 pm 05:43 PM
Virtual Memory

Virtual memory uses external storage as memory, that is, using a hard disk to simulate memory usage, which can alleviate the pressure of insufficient physical memory and help improve resource utilization. Virtual memory can easily save those occupied RAM blocks that are barely used; the freed RAM can then be used to accommodate more programs with higher priority, improving the overall performance of the system.

What is the use of virtual memory?

Virtual Memory

Virtual memory is a technology for computer system memory management. It makes the application think that it has contiguous available memory (a contiguous complete address space), but in fact, it is usually divided into multiple physical memory fragments, and some are temporarily stored on external disk storage when needed. data exchange. Currently, most operating systems use virtual memory, such as the "virtual memory" of the Windows family; the "swap space" of Linux, etc.

Virtual memory refers to the software or programs we use when using computers. One of the characteristics of virtual memory is its low price and large capacity. However, the running speed of virtual memory and the running speed of CPU registers are slower. Usually, CPU registers are generally calculated in MB or KB, and the size of virtual memory is generally All are in GB. Another characteristic of virtual memory is that after a sudden power outage, the data in the virtual memory will be lost. We don't want our usual hard disk to have a save function after a power outage.

The role of virtual memory

Virtual memory, just like its name, does not use the memory area as memory. Simply put, it treats external storage as memory. to use. But this has a big disadvantage, that is, the running speed of external memory is slower than the running speed of memory, which will cause virtual memory to indirectly affect the running speed of memory.

Simply put, virtual memory uses a hard disk to simulate memory usage. Objectively speaking, if your memory is large enough, you don't need virtual memory. But in fact, this is often impossible. In order to make better and more effective use of memory resources, the operating system usually loads the most commonly used modules into the cache, then puts the commonly used modules into the memory, and puts the least commonly used modules that need to be called during operation into the hard disk.

In this way, resource utilization can be effectively improved. Virtual memory is a logical concept composed of the parts placed on the hard disk. In WINDOWS, it is implemented using a swap file. In LINUX systems, it is a fixed partition. For WINDOWS systems, the existence of this file is equivalent to increasing the memory capacity. However, this part of the capacity is very slow to use (because the hard disk is a mechanical device). Logically, this part of the hard disk space acts as memory, so it is called virtual memory.

Benefits of using virtual memory

It can easily save those RAM blocks that are rarely used but are occupied. The freed RAM can then be used to accommodate more programs with higher priority.

Prevent the situation where RAM space runs out and other programs cannot be executed.

Virtual memory acts as a backup of RAM, thereby increasing the actual space of RAM.

During hibernation, all contents of RAM are written to swap space. Therefore, virtual memory is required for successful hibernation.

It improves the overall performance of the system. (When the kernel parameter swappiness is set appropriately)

The above is the detailed content of What is the use of virtual memory?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to adjust virtual memory in win11 system? Win11 system virtual memory setting guide How to adjust virtual memory in win11 system? Win11 system virtual memory setting guide Jan 29, 2024 pm 06:45 PM

Virtual memory is a technology that can make up for the lack of software memory and provide a better user experience. However, some users may not know how to set virtual memory after upgrading to Windows 11 system. In order to solve this problem, the editor of this site provides you with the latest setting method. If you need to know the complete steps, please visit this site for details. How to set virtual memory in win11 1. First, press the win button on the keyboard, click to find and enter the setting page. 3. Then, find the advanced system setting options in the relevant links. 5. In the page after the jump, find the virtual memory and click the change button.

An effective method to solve the problem of insufficient virtual memory in Red Dead Redemption 2 in Windows 10 An effective method to solve the problem of insufficient virtual memory in Red Dead Redemption 2 in Windows 10 Dec 31, 2023 pm 04:29 PM

The biggest problem that many friends encounter when playing Red Dead Redemption 2 is the prompt that virtual memory is insufficient. So how to solve this problem? Today I have brought you a solution to take a look at. What to do if there is insufficient virtual memory in Red Dead Redemption 2 on Windows 10: 1. Right-click this computer and click "Properties". 2. Click "Advanced System Settings" on the left. 3. Then click "Advanced" and then "Settings". 4. Click "Advanced" in Performance and select "Change" under Virtual Memory. 5. Cancel the √ in front of "Automatically manage paging file size for all drives", click "Custom size", enter the value, and click Set.

What is the appropriate virtual memory setting? What is the appropriate virtual memory setting? Feb 23, 2024 pm 03:34 PM

Depends on the size of physical memory. Specific suggestions: 1. According to Microsoft’s recommendations, virtual memory should be set to 1.5-3 times the physical memory capacity; 2. If the physical memory is 2G, the virtual memory should be set to 3G=3072MB; if the physical memory is 4G, then the virtual memory The memory should be set to 6G=6144MB; 3. It is usually recommended to set the virtual memory to 1.5 to 2 times the total computer memory; 4. It is generally similar to the physical memory.

How to increase virtual memory (page file) in Windows 11 How to increase virtual memory (page file) in Windows 11 May 13, 2023 pm 04:37 PM

If you notice a certain amount of lag when running high-end applications or games, it could be that the RAM/memory is generally running full. This is where you increase the virtual memory or page file size in Windows 11. Virtual memory or page file is one of the most misunderstood concepts and there are many myths surrounding it. No matter what anyone else says or does, it's important to thoroughly understand how to get the best performance from your computer. In the following sections, we'll walk you through the steps to increase virtual memory in Windows 11, helping you understand its importance and the optimal virtual memory size. Why do you need virtual memory? The page file or virtual memory is basically the part of the hard drive that is used as RAM. When memory is full and cannot store more data

Virtual memory allocation: Is 16g a suitable setting? Virtual memory allocation: Is 16g a suitable setting? Feb 19, 2024 pm 07:42 PM

What is the appropriate setting for 16G virtual memory? Virtual memory is a technology in computer systems that can improve the operating efficiency of the system by using part of the hard disk space as an expansion of memory. For the operating system, virtual memory is a very important resource. It can be used to store temporarily unnecessary data, thereby freeing up physical memory for use by other programs. So, for a computer with 16G of physical memory, how to set the size of virtual memory? The size of virtual memory is automatically managed by the operating system, but we can also manually

How to reset virtual memory (page file) in Windows 11? How to reset virtual memory (page file) in Windows 11? Apr 13, 2023 pm 11:28 PM

If your computer doesn't have enough RAM or is always full, you can rely on virtual memory to unload inactive files from physical memory. However, if this doesn't go well, you may need to reset virtual memory in Windows 11. We often see our computers lagging, most likely due to high RAM usage in Windows 11. There are ways to reduce RAM consumption, but this may affect your experience. And, this is where virtual memory can help. Sometimes it is necessary to reset virtual memory in Windows 11, therefore, it is essential to understand the concept and process correctly, which we discuss in the following sections. How does virtual memory work and why do I need to re-

What are the appropriate Win10 virtual memory settings? What are the appropriate Win10 virtual memory settings? Jan 15, 2024 am 08:03 AM

In fact, the so-called virtual memory is actually a large special area carved out for it on the hard disk, which is used by the Windows system as memory. How can you set the ideal virtual memory size? What is the appropriate virtual memory setting for win10? Answer: The most appropriate virtual memory setting for win10 is 1.5 times the physical memory. This is only a reference value. The specific setting method depends on the actual situation. The minimum setting range is 1-1.5 times the physical memory, and the maximum is no more than 2-2.5 times the physical memory. For the specific setting method, click the link on the right to view details. content. (Win10 virtual memory setting method) Which drive is best to set win10 virtual memory on? Answer: Win10 virtual memory is best set on C drive. because

How to optimize Win11 virtual memory settings? The best way to configure virtual memory in Win11 How to optimize Win11 virtual memory settings? The best way to configure virtual memory in Win11 Jan 30, 2024 pm 05:54 PM

If you are often troubled by insufficient system memory, you can try to solve the problem by setting up virtual memory. Virtual memory can alleviate computer lagging to a certain extent. However, for users who are not familiar with the Win11 system, it may not be clear how to set up virtual memory. Below I will share with you how to set up virtual memory in Win11 system. What is the appropriate virtual memory setting for win11? 1. If the computer memory is less than 4GB, you can usually set the virtual memory between 2-4GB. According to theory, virtual memory can be set to 1.5 times the physical memory, but in actual use it can be flexibly adjusted as needed, and there is no fixed numerical requirement. You can even set virtual memory to match physical memory