I also noticed that Windows apparently lets you control the size of the directory entry cache (the file info cached for directories). See below: DirectoryCacheEntrySizeMax HKLM\System\CurrentControlSet\Services\LanmanWorkstation\Parameters\DirectoryCacheEntrySizeMax The default is 64 KB. This is the maximum size of directory cache entries. Should we add a tuneable similar to this (per mount? per system?) On Fri, Sep 1, 2023 at 5:20 PM Steve French <smfrench@xxxxxxxxx> wrote: > > On Fri, Sep 1, 2023 at 11:31 AM ronnie sahlberg > <ronniesahlberg@xxxxxxxxx> wrote: > > > > Maybe just re-set the timestamp every time the cached directory is reopened, > > that way a hot directory will remain in cache indefinitely but one > > that is cold will > > quickly time out and make space for something else to be chaced. > > > Makes sense > > > -- > Thanks, > > Steve -- Thanks, Steve