< > ------- Forwarded Message
< >
< > : Date: Thu, 13 Jul 1995 16:06:52 -0500
< > : From: "Juan Leon" <[EMAIL PROTECTED]>
< > : To: Transarc AFS Help <[EMAIL PROTECTED]>
< > : Subject: building the cache.
< > : Cc: Juan Leon <[EMAIL PROTECTED]>
< > :
< > :
< > : Does any body kown how to estimate the time
< > : taken by AFS to create the cache ?
yes. it is linearly dependent on the number of cache files
you specified for the cache.
< > : What is the relation between the cache size
< > : and the time taken to create it ?
it depends on the number of cache files. if you don't
explicitly specify afsd's -files option, this defaults
to the number of blocks in the cache divided by 10. you
can discover your defaults with afsd's -verbose option --
it will display the cache parameters on the console at
system start-up time.
< > : We are trying to know how long it will take
< > : to create the cache in a new AFS client
< > : machine, so the user can chose whether to
< > : wait or not for AFS to comes up.
< > :
< > : But it seems not to be a lineal
< > : relation between the number of
< > : Vfiles to create and the time taken.
< > :
< > : furthermore, at the beginning the
< > : creation of Vfiles is faster, but after
< > : a while it turns slower and slower.
< > :
< > : Do you know why ?
this is probably because it takes longer and longer
to add an entry to the /usr/vice/cache directory as more
files are added, but this is pure speculation on my part.
if you have an 80000 block cache (the default size), afsd
will create 8000 files in the cache by default. i find this
is way too many for single user workstations (500-1000 is
probably a better number), so i specify afsd -files 1000 .
HTH...