Windows Registry Editor Version 5.00
;Increase IoPageLockLimit (disk cache)
; Note- Use the following settings depending on your system RAM:
; 00020000 = 131072 KB (if RAM > 512 MB)
; 00010000 = 65536 KB (if RAM > 256 MB)
; 00008000 = 32768 KB (if RAM > 128 MB)
; 00004000 = 16384 KB (if RAM > 64 MB)
; 00002000 = 8192 KB (if RAM > 32 MB)
; 00001000 = 4096 KB (if RAM < 32 MB)
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management]
"IoPageLockLimit"=dword:00010000
[/QUOTE]
請問一下~~根據
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/Default.asp?url=/resources/documentation/Windows/2000/server/reskit/en-us/regentry/29932.asp
IoPageLockLimit
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Data type Range Default value
REG_DWORD 0x0 | 0x1–0xFFFFFFFF bytes 0
應該是以 bytes 為單位沒錯吧???