'neg_min' (sysctl 'vfs.cache.param.negmin', R/O) is the minimum number of
negative entries in the cache before it will consider evicting some negative
ones. It is sized with respect to 'ncsize' (total allowed cache capacity,
sysctl 'vfs.cache.param.size') by applying to it the percentage in
'ncnegminpct':(sysctl 'vfs.cache.param.negminpct').
Changing 'ncnegminpct' causes 'neg_min' to be recomputed, but changing 'ncsize'
would not. Ensure it is in the latter case as well.
Sponsored by: The FreeBSD Foundation