diff options
author | 2004-01-19 02:13:16 +0000 | |
---|---|---|
committer | 2004-01-19 02:13:16 +0000 | |
commit | d73a2a98229aa12dff41bea85498ea2895dd96c0 (patch) | |
tree | bb7bb7a57486a6c9fa67f2169f7c4ab85a7be8a7 | |
parent | Update to sendmail 8.12.11. I've been runninga beta version of this for (diff) | |
download | wireguard-openbsd-d73a2a98229aa12dff41bea85498ea2895dd96c0.tar.xz wireguard-openbsd-d73a2a98229aa12dff41bea85498ea2895dd96c0.zip |
Sane default size for afs cache, and leave example ualberta.ca in
ThisCell, so anonymous access will work. ok deraadt@
-rw-r--r-- | etc/afs/ThisCell | 2 | ||||
-rw-r--r-- | etc/afs/afsd.conf | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/afs/ThisCell b/etc/afs/ThisCell index 25eb0542891..6be1f986e3c 100644 --- a/etc/afs/ThisCell +++ b/etc/afs/ThisCell @@ -1 +1 @@ -enter.your.cell.name.here +ualberta.ca diff --git a/etc/afs/afsd.conf b/etc/afs/afsd.conf index eed1abefb72..d8aa5a2dc53 100644 --- a/etc/afs/afsd.conf +++ b/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. |