Re: name cache size

2000-07-02 Thread Sitaram Iyer
Thus, Alfred Perlstein wrote... > > how can I increase the size of freebsd's name cache? > sysctl -w vfs.vmiodirenable=1 thanks, that worked. -- Sitaram Iyer <[EMAIL PROTECTED]>http://www.cs.rice.edu/~ssiyer/ Phone: (off) 713-348-2265 (rice xBANK), (home) 713-799-8980 To Unsubscribe: se

Re: name cache size

2000-07-02 Thread Alfred Perlstein
* Sitaram Iyer <[EMAIL PROTECTED]> [000702 12:32] wrote: > Hi, > > for the purposes of an experiment, how can I increase the size of freebsd's > name cache? Currently, find -type f on a tree with more than 40,000 files > refuses to cache the results, and increasing desiredvnodes and the size of >

name cache size

2000-07-02 Thread Sitaram Iyer
Hi, for the purposes of an experiment, how can I increase the size of freebsd's name cache? Currently, find -type f on a tree with more than 40,000 files refuses to cache the results, and increasing desiredvnodes and the size of nchashtbl didn't seem to help. (4.0-RELEASE, with maxusers=512). th