[OpenAFS-devel] Increase -stat parameter of afsd(VLRU cycle?)

Chas Williams chas@cmf.nrl.navy.mil
Fri, 02 Feb 2001 11:34:20 -0500


>I am occasionally getting the error about "Increase -stat parameter of 
>afsd(VLRU cycle?)" always immediately followed by a OOPS of some process 
>running at the time.

i believe afs uses a static number of 'inodes'.  when it runs out, it 
goes back through the list looking for unused.  however if all are in
use (i suppose a bulk stat of a directory w/ a large nubmer of files)
you will crash and burn.  increase the -stat parameter.  2800 may seems
large, but it can be used quickly.

btw, what platform?