Home | Previous Page | Next Page   Disk, Memory, and Process Management > Managing Shared Memory > Setting Database Server Shared-Memory Configuration Parameters >

Setting Parameters for Shared-Memory Performance Options with a Text Editor

You can use a text editor to set ONCONFIG parameters at any time. To change one of the configuration parameters that set shared-memory performance options, use the text editor to locate the parameter in the file, enter the new value or values, and rewrite the file to disk. The changes that you make do not take effect until you reinitialize shared memory.

Table 19 lists the ONCONFIG parameters that set shared-memory performance options. For more information, see the chapter on configuration parameters in the IBM Informix: Administrator's Reference.

Table 19. Setting Shared-Memory Performance Options
ONCONFIG
Parameter
Purpose
CKPTINTVL Specifies the maximum number of seconds that can elapse before the database server checks if a checkpoint is needed
CLEANERS Specifies the number of page-cleaner threads that the database server is to run
LRU_MAX_DIRtY Specifies the percentage of modified pages in the LRU queues that flags page cleaning to start
LRU_MIN_DIRTY Specifies the percentage of modified pages in the LRU queues that flags page cleaning to stop
LRUS Specifies the number of LRU queues for the shared-memory buffer pool
RA_PAGES Specifies the number of disk pages that the database server should attempt to read ahead when it performs sequential scans of data or index records
RA_THRESHOLD Specifies the number of unprocessed memory pages that, after they are read, cause the database server to read ahead on disk
IDX_RA_PAGES Specifies the number of disk pages that the database server should attempt to read ahead when it performs sequential scans of index records
IDX_RA_THRESHOLD Specifies the number of unprocessed memory pages that, after they are read, cause the database server to read ahead more index pages on disk
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]