<tt><font size=2><br>>>>Here is the command I use to apply a policy:<br><br> mmapplypolicy gsfs0 -P policy.txt -N <br> scg-gs0,scg-gs1,scg-gs2,scg-gs3,scg-gs4,scg-gs5,scg-gs6,scg-gs7 -g <br> /srv/gsfs0/admin_stuff/ -I test -B 500 -A 61 -a 4<br><br> That takes approximately 10 minutes to do the whole scan.  The "-B
500 <br> -A 61 -a 4" numbers we determined just by trying different values
with <br> the same policy file and seeing the resulting scan duration.<br><<<</font></tt><br><br><tt><font size=2>That's pretty good.  BUT, FYI, the -A number-of-buckets
parameter should be scaled with the total number of files you expect to
find in the argument filesystem or directory. </font></tt><br><br><tt><font size=2>If you don't set it the command will default to number-of-inodes-allocated
/ million, but capped at a minimum of 7 and a maximum of 4096.  </font></tt><br><br><BR>