[9274] in Athena Bugs
AFS dcache leak
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Tue May 5 07:23:21 1992
From: epeisach@Athena.MIT.EDU
Date: Tue, 5 May 92 07:23:12 -0400
To: probe@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
Looking at the code, (and printing out freeDCCount) I suspect that
afs_GetDSlot is removing entries from the free list, and adding them to DLRU
chain.
What happens there is unclear based on the usage of the code. It could
be that your program is not counting up the entries. (You count the free
list and the index tables, but the DLRU appears to be used alot).
I think that table needs to be consulted as well.
Ezra