Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面大小设置为 10 gb,我想使用 .net api 来确定可用页面大小是否小于 25%(即 2.5 gb),在这种情况下我想终止进程。
有什么提示吗?
你想看看System.Diagnostics.Process.PagedMemorySize64,这个属性会告诉你你的进程正在使用多少分页内存。如果您有一个硬上限,只需计算您当前的使用量与该上限并在必要时终止该过程。
System.Diagnostics.Process.PagedMemorySize64