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

LRU_MAX_DIRTY

onconfig.std
value
60
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_MAX_DIRTY specifies the percentage of modified pages in the LRU queues at which the queue is cleaned.

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

% onutil
> SET LRU_MAX_DIRTY "4.5";
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]