Error in documentation
RHGS Document 9.4 has the following 2 parameters mentioned under example 9.1:
vm.dirty_ratio = 5
vm.dirty_back_ground_ratio = 2
The second value is incorrect and should be:
vm.dirty_background_ratio = 2
RHGS Document 9.4 has the following 2 parameters mentioned under example 9.1:
vm.dirty_ratio = 5
vm.dirty_back_ground_ratio = 2
The second value is incorrect and should be:
vm.dirty_background_ratio = 2
Responses