[comp.sys.sun] inodes table

guy@uunet.uu.net (Guy Harris) (12/21/88)

>With all of the discussion about the text table and the ntext parameter in
>the kernel...Is pstat inquiring of this table correctly?

Yes.

>Should I worry and reconfigure param.c with ninodes calculated with
>fudge factors like ntext?

No.

>Why is this not acting like any other kernel table?

Because entries in the directory name lookup cache require the inode for
the inode referred to by the entry to hang around.  If the system really
needs an inode table slot, it will purge DNLC entries until it either gets
one or runs out of entries to purge, at which point it has *really* run
out of inodes and complains.