LRUS specifies the number of LRU (least-recently-used) queues in the shared-memory buffer pool. You can tune the value of LRUS, in combination with the LRU_MIN_DIRTY and LRU_MAX_DIRTY parameters, to control how frequently the shared-memory buffers are flushed to disk.
Setting LRUS too high might result in excessive page-cleaner activity.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]