Determining what size history files to allocate
kilobytes = 500 * number-of-entries
where:
- number-of-entries
- The maximum number of concurrent entries that you want to hold in the history file.
A more accurate determination of the average fault entry size can be made by dividing the actual history file space utilization by the total number of members after having recorded a representative number of faults.
A suggested size of the initial history file is 100 cylinders. Allocate the history file with secondary space to avoid potential out-of-space conditions.