Try OpenEdge Now
skip to main content
Startup Command and Parameter Reference
Startup Parameter Descriptions : LRU force skips (-lruskips)
 

LRU force skips (-lruskips)

Use LRU force skips (-lruskips) to specify the number of times a buffer in the buffer pool is accessed before it is placed on the Most Recently Used (MRU) end of the LRU chain.
Operating system and syntax
UNIX / Windows
-lruskips n
Use with
Maximum value
Minimum value
Single-user default
Multi-user default
Database Server
2GB
0
0
n
The number of times to access a buffer before moving it to the end of the LRU chain.
Specifying the LRU force skip parameter is helpful when high LRU latch wait timeouts are occurring (observable in PROMON or by VST). Accessing a buffer a specified number of times eliminates the need to acquire the LRU latch each time a buffer is accessed. When the LRU skip value is tuned to your environment, contention on the LRU latch decreases, improving concurrency and performance, and there is no increase in the number of page misses in the buffer pool. If increasing the LRU skip value causes increased buffer pool misses, then the value should be tuned down or turned off altogether. Setting -lruskips to zero disables the feature, and is the default.
Note: This parameter is only available for databases with an Enterprise license. LRU Force skips is not implemented for private buffer pool data access.
For more information on buffer pool management, see OpenEdge Data Management: Database Administration.