From 8e4140a95e67b1137205192400ca5a57df8a5d47 Mon Sep 17 00:00:00 2001 From: beck <> Date: Mon, 19 Jan 2004 02:13:16 +0000 Subject: [PATCH] Sane default size for afs cache, and leave example ualberta.ca in ThisCell, so anonymous access will work. ok deraadt@ --- src/etc/afs/ThisCell | 2 +- src/etc/afs/afsd.conf | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/etc/afs/ThisCell b/src/etc/afs/ThisCell index 25eb0542..6be1f986 100644 --- a/src/etc/afs/ThisCell +++ b/src/etc/afs/ThisCell @@ -1 +1 @@ -enter.your.cell.name.here +ualberta.ca diff --git a/src/etc/afs/afsd.conf b/src/etc/afs/afsd.conf index eed1abef..d8aa5a2d 100644 --- a/src/etc/afs/afsd.conf +++ b/src/etc/afs/afsd.conf @@ -1,17 +1,17 @@ # # afsd configuration file # -# $OpenBSD: afsd.conf,v 1.6 2003/08/05 13:29:25 hin Exp $ +# $OpenBSD: afsd.conf,v 1.7 2004/01/19 02:13:16 beck Exp $ # # The upper limit of (afsd) vnodes (think files and directories) # (high-water mark) # -high_vnodes 4000 +high_vnodes 12000 # # The number of used vnodes afsd tries to have # (low-water mark) # -low_vnodes 3000 +low_vnodes 9000 # # The upper limit of bytes in the cache # (high-water mark) @@ -21,14 +21,14 @@ low_vnodes 3000 # Make sure that the cache file system (/var/spool/afs by default) # has enough space. # -high_bytes 20M +high_bytes 128M # # The number of bytes we try to use # (low-water mark) # # This value should be somewhere between 50% - 80% of high_bytes. # -low_bytes 15M +low_bytes 64M # # The number of credentials in afsd, both unauthenticated, # and authenticated (like Kerberos creds) @@ -63,7 +63,7 @@ numvols 100 # most new fileservers will have their peek fetch-rate larger than the # default 64K. # -#fetch_block 4M +fetch_block 4M # # # The End.