Home | Previous Page | Next Page   Database Reference > Configuration Parameters >

LRU_MIN_DIRTY

onconfig.std
value
50
units
Percent
range of values
0 through 100

For Extended Parallel Server: Noninteger values are allowed (for example, .1).

takes effect
When shared memory is initialized
utilities
onutil
refer to
The following topics in the shared-memory chapter of the IBM Informix: Administrator's Guide:

LRU_MIN_DIRTY specifies the percentage of modified pages in the LRU queues at which page cleaning is no longer mandatory. Page cleaners might continue cleaning beyond this point under some circumstances.

To modify the LRU_MIN_DIRTY parameter dynamically, use the onutil SET command. Example:

% onutil
1> SET LRU_MIN_DIRTY "1.5";
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]