Manage File System Caching Memory (Windows NT/2000) Popular
Windows will normally limit the amount of RAM that can be locked for file system operations. This setting allows you to modify the automatic value.
Open your registry and find the key below.
Create a new DWORD value named 'IoPageLockLimit' if it does not already exist. Set the value to equal the maximum number of Kbytes to be allocated to I/O operations as per the table below:
RAM IoPageLockLimit
(MB) Decimal Hex
4 4096 1000
8 8192 2000
16 16384 4000
32 32768 8000
64 65536 10000
As with all performance related changes, get a baseline measurement using performance monitor and then make your changes in small increments and retest the performance after each change.
Home > Windows > File System > Caching and Memory
Manage File System Caching Memory (Windows NT/2000) Popular
Windows will normally limit the amount of RAM that can be locked for file system operations. This setting allows you to modify the automatic value.
This tweak can be easily applied using WinGuides Tweak Manager.
Download a free trial now!
Open your registry and find the key below.
Create a new DWORD value named 'IoPageLockLimit' if it does not already exist. Set the value to equal the maximum number of Kbytes to be allocated to I/O operations as per the table below:
RAM IoPageLockLimit
(MB) Decimal Hex
4 4096 1000
8 8192 2000
16 16384 4000
32 32768 8000
64 65536 10000
As with all performance related changes, get a baseline measurement using performance monitor and then make your changes in small increments and retest the performance after each change.
(Default) REG_SZ (value not set)
IoPageLockLimit REG_DWORD 0x00000000 (0)
HKEY_LOCAL_MACHINE\SYSTEM\
Registry Settings
System Key: [HKEY_LOCAL_MACHINE\SYSTEM
Memory Management]
Value Name: IoPageLockLimit
Data Type: REG_DWORD (DWORD Value)
Value Data: 0 = default
http://www.winguides.com/r
Main Topics
Browse All Topics





by: PeteLongPosted on 2004-06-09 at 01:57:25ID: 11267698
http://www.microsoft.com/w indows2000 /techinfo/ reskit/en- us/ default .asp?url=/ windows200 0/techinfo /reskit/en -us/regent ry/ 29932.a sp
Set\Contro l\Session Manager\Memory Management
IoPageLockLimit
HKLM\SYSTEM\CurrentControl
Data type Range Default value
REG_DWORD 0x0 | 0x1–0xFFFFFFFF bytes 0
Description
Specifies the maximum number of bytes that can be locked for I/O operations.
Value Meaning
0x0 The system sets the lock limit to 512 KB.
0x1–0xFFFFFFFF bytes The value entered takes precedence over the system default and is used as the I/O lock limit.
Note
The amount of physical memory on the computer determines the maximum lock limit. Do not set the lock limit above the following values:
Amount of physical memory Maximum lock limit
Less than 64 MB Physical memory minus 7 MB
64 MB–500 MB Physical memory minus 16 MB
512 MB and greater Physical memory minus 64 MB