[OpenAFS-devel] [LKML] Re: In-kernel Authentication Tokens (PAGs)
Derrick J Brashear
shadow@dementia.org
Tue, 13 Jul 2004 13:50:39 -0400 (EDT)
On Tue, 13 Jul 2004, Neulinger, Nathan wrote:
> What is this 1 pag per second thing... I have heard it numerous times in
> the past but never saw any concrete info about it.
go find the sleep in the cache manager, probably in src/afs/afs_pioctl.c,
and look at the code. to prevent you from exhausting pag space we make
sure you don't allocate pags too quickly, sleeping if needed.
yuck.