ars.cache threshold default is 80%. I need to lower that maximum for testing purposes to 30%, as my cache file system on AIX is only 37% full and I need to test my volume retrievals. Where and how do I set this variable?
As always, thanks...
arsmaint command line can override it with -x and -n params.
Yup, or you can create a huge file in the cache filesystem to get you up to 80%:
cat /dev/zero >/arscache/cache1/delete.me
-JD.