summaryrefslogtreecommitdiff
path: root/etc/afs/afsd.conf
blob: 19852be73053305f97f076e02c36bb6d626d0eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Arla conffile
#
# $OpenBSD: afsd.conf,v 1.3 1998/09/28 18:25:20 ian Exp $
#
# The upper limit of (arlad) vnodes (think files and directories)
# (high-water mark)
#
high_vnodes 4000
#
# The number of used vnodes we try to have
# (low-water mark)
#
low_vnodes 3000
#
# The upper limit of bytes in the cache
# (high-water mark)
#
high_bytes 20M
#
# The number of bytes we try to use
# (low-water mark)
#
low_bytes 15M
#
# The number of credentials in arla, both unauthentic,
# and authentic (like Kerberos V4 creds)
#
numcreds 100
#
# The maxium connections arla will have to all servers
#
numconns 100
#
# The number of volumes stored in cache.
#
numvols 100
#
# File priority, the describes how the cleaner process will
# Clean out files, when the closer this is to 100, the higher
# is the risk that you will lose files that you fell is important
# to you when you are in disconnected mode. But you dont want to'
# set this too low when you are in connected mode, since then you
# lose valuable diskspace.
#
fpriority 100
#
#
# The End.