The lrus field 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 fields, 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 ]