OnDemand Users Group

Archive => General => Topic started by: Glenn on February 12, 2015, 12:52:26 PM

Title: Cache threshold
Post by: Glenn on February 12, 2015, 12:52:26 PM
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: rick on February 12, 2015, 01:16:26 PM
arsmaint command line can override it with -x and -n params.
Title: Re: Cache threshold
Post by: Justin Derrick on February 16, 2015, 10: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.