OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-408-g8211a0a

Gerrit Code Review gerrit@openafs.org
Fri, 28 Jun 2024 14:57:15 -0400


The following commit has been merged in the master branch:
commit 8211a0aaf7f4780d92d20c3686c3b44b8692c3b0
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Sep 28 15:15:32 2018 -0500

    afs: Raise AFS_MINBUFFERS
    
    We currently only allocate 50 or 100 (depending on platform) dir
    buffers for the buffer cache, which seems very low. Raise it to 2048,
    and make it consistent for all platforms, to give the buffers a chance
    at actually usefully caching data.
    
    Change-Id: If95eafde771993532dac08057cbd1e1a8cef915c
    Reviewed-on: https://gerrit.openafs.org/13532
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>

 src/afs/afs_call.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

-- 
OpenAFS Master Repository