WAL_SEGMENT_MAX Keyword
WAL_SEGMENT_MAX={max}
This keyword is used to specify the maximum number of segments that are written into a single WAL file. If this keyword is not specified, the default maximum segment count is 1000 segments. When this keyword is specified, the {max} value must be from 100 to 100000 segments. Otherwise, it is set to the default of 1000 segments. If the maximum segment value is set to a lower value, the WAL files are removed at a higher frequency than when the maximum segment value is set to a higher value.
Example
WAL_SEGMENT_MAX=2000
See Also: SUNDM Keywords, SUNADMIN, MAKEMFD