OnDemand User Group

Off Topic => General => Topic started by: Glenn on February 12, 2015, 05:52:26 AM

Title: Cache threshold
Post by: Glenn on February 12, 2015, 05:52:26 AM
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...
Title: Re: Cache threshold
Post by: Frederick Tybalt on February 12, 2015, 06:16:26 AM
arsmaint command line can override it with -x and -n params.
Title: Re: Cache threshold
Post by: Justin Derrick on February 16, 2015, 03:48:18 AM
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.