OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-75-g0a8e7b1
Gerrit Code Review
gerrit@openafs.org
Wed, 18 Nov 2009 13:14:50 -0800 (PST)
The following commit has been merged in the master branch:
commit 0a8e7b15486f5baa089eef661cdf0924af736160
Author: matt@linuxbox.com <matt@linuxbox.com>
Date: Tue Oct 6 08:42:51 2009 -0400
viced ihandle boost
Make ihandle file descriptor cache parameters tunable, and accommodate
platforms where max open files is large. Expand the fd cache hash table
to 2048 entries. Raise fd cache size automatically to match configured
number of lwps.
NOTE: This code has been tested on Centos 5.3 x86_64, on VMWare, 2 physical,
2 logical CPUs (in tandem with viced_more_threads).
LICENSE BSD
Change-Id: If68eda6e1c955e026b250ca52bddf0b8383959c9
Change-Id: I5fbbec95523ea9cd9ff42dcf43f17db94c7bb161
Reviewed-on: http://gerrit.openafs.org/584
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
doc/man-pages/pod8/fileserver.pod | 15 +++++++++
src/viced/viced.c | 35 ++++++++++++++++++++-
src/vol/ihandle.c | 61 +++++++++++++++++++++++++++++++------
src/vol/ihandle.h | 41 ++++++++++++++++++++++++-
src/vol/volume.c | 3 ++
src/vol/volume.h | 1 +
6 files changed, 143 insertions(+), 13 deletions(-)
--
OpenAFS Master Repository