瀏覽單個文章
iafliu
Major Member
 

加入日期: Jul 2001
您的住址: New York
文章: 116
真的有興趣的
可以看一下這一篇''Virtual Memory in Windows XP''
http://aumha.org/win5/a/xpvm.php

根據目前看到的文章
結論是
不管你的RAM有多大
關掉page file是不經濟的作法
節錄這篇文章中一段給大家參考

Can the Virtual Memory be turned off on a really large machine?

Strictly speaking Virtual Memory is always in operation and cannot be “turned off.” What is meant by such wording is “set the system to use no page file space at all.”

Doing this would waste a lot of the RAM. The reason is that when programs ask for an allocation of Virtual memory space, they may ask for a great deal more than they ever actually bring into use — the total may easily run to hundreds of megabytes. These addresses have to be assigned to somewhere by the system. If there is a page file available, the system can assign them to it — if there is not, they have to be assigned to RAM, locking it out from any actual use.」
 
舊 2004-10-22, 11:40 AM #42
回應時引用此文章
iafliu離線中