小弟的習慣:
1. 單一 Partition 給 Page File (OS 用的虛擬記憶體檔案)。
2. 設 Page File 時先清空此 Partition (最簡單就是 Format)。
3. Min 和 Max 一樣大,懶的改了。
4. 舉例,
從下圖可以清楚看到檔案本身沒有斷離,這是大家要的嗎?? (小弟系統 256MB,所以隨便設定一個 512MB)
至於如果還要要求 Page File 裡面怎樣,可能要考慮關機時順便清 Page File (From: MS, For: Windows NT(?)/2000/XP):
引用:
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001
|