Originally posted by: cggibbo
-
no -h init_high_wat
Help for tunable init_high_wat:
Purpose:
Specifies the initial high water mark value for 128K bytes bucket per cpu. If init_high_wat is set, it will pin more initial memory for internal 128K bytes bucket than default behavior.
Values:
Default: 0
Range: 0 - 10
Type: Dynamic
Unit: %_of_thewall
Tuning:
The init_high_wat attribute represents a percentage of the thewall per cpu. For example, if init_high_wat is set to 2, thewall is 8 gigabytes, and it has 4 logic cpus, the number of 128 kilobytes in size per cpu is: ((8 * 1024 * 1024 * 1024) / 4) / (128 * 1024) = 16384. 2% of 16386 is 327. So the initial high water value for 128 kilobytes in size per cpu is 327. WARNING: This is an extremely sensitive option and can have adverse impact on your system performance if set unresaonably high. Please use extreme caution in modifying this option.
#AIX-Forum