MSG_DATA_FLUSH_INTERVAL - OMS configuration option
Description
The MSG_DATA_FLUSH_INTERVAL specifies the number of message write operations performed at which data is flushed to disk.
By default, each message is flushed to disk after it is written in order to maintain message reliability and availability. However, disk flushes are very slow. If OMS server throughput outweighs message reliability and availability, the flush interval can be increased so that disk flushes are performed after an additional number of message records are written.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Configuration File Keyword | msg_data_flush_interval number |
Value
number is the interval at which OMS message data is flushed to disk after the message record it is written
Valid values for number are any positive, non-zero number.
Default is 1.