什么是"VM Size"?在Windows任务管理器中是什么意思?

编程入门 行业动态 更新时间:2024-10-26 08:30:55
本文介绍了什么是"VM Size"?在Windows任务管理器中是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

从计算机大小的角度来看,虚拟内存是

Virtual memory from a computer size perspective is

[一种制作程序的方式] 具有大范围的连续性 地址;但实际上是零件 当前正在使用的是分散的 在RAM周围,非活动部分是 保存在磁盘文件中. (维基百科)

[a way to make the program] think it has a large range of contiguous addresses; but in reality the parts it is currently using are scattered around RAM, and the inactive parts are saved in a disk file. (Wikipedia)

我会将Windows任务管理器中的VM大小解释为可寻址虚拟内存总空间或该进程当前在虚拟内存空间中使用的内存量.

I would interpret VM Size in the Windows Task manager as either the total addressable virtual memory space or the amount of memory the process is currently using in the virtual memory space.

但是在许多情况下,在任务管理器中,WM大小小于内存使用量",后者应为该进程正在使用的RAM数量.因此,我想WM尺寸还有其他含义吗?

But in the Task Manager the WM Size is in many cases less than Mem Usage, which should be amount of RAM the process is using. Therefor I guess that WM Size means something else?

推荐答案

这是此进程分配的所有私有(非共享)字节的总数,无论当前是否在物理内存中.

It's the total of all private (not shared) bytes allocated by this process, whether currently in physical memory or not.

另请参见 Windows内存管理入门指南或提交收费维基百科文章

对于这样的开发人员来说,我建议安装 SysInternals Process Explorer 并使用它代替默认的任务管理器.此值在其中称为专用字节".

For a developer watching process state like this I would recommend to install SysInternals Process Explorer and to use it instead of the default Task Manager. This value is called "Private Bytes" in it.

更多推荐

什么是"VM Size"?在Windows任务管理器中是什么意思?

本文发布于:2023-11-03 01:14:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1553886.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:任务管理器   VM   quot   Windows   Size

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!