They are not exactly "static"... They are dynamically allocated, but at the time afs is started.
Some of them have to do with how the data is structured. For example, changing the cache size - when done initially, it impacts the number of cache files created on disk, but when you change live, it just changes the size limit, but does not alter number of cache files. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 > -----Original Message----- > From: James L Robinson [mailto:jlrobins@;uncc.edu] > Sent: Tuesday, November 12, 2002 8:53 AM > To: [EMAIL PROTECTED] > Subject: [OpenAFS] Client using static-sized kernel datastructures? > > > Derek Atkins wrote: > > >Can you try increasing the -stat parameter and trying again? > Increase > >it to something like 15000? It sounds like you may have an > >application with a file descriptor leak.. > > Just to bite a big one here -- can someone give an > architectural overview as to why the OpenAFS client > appears to use static-sized kernel datastructures? Should > not something like this be dynamically allocated in this > day and age (tweaking MAXUSERS, recompiling the > kernel is a thing of the past, on most modern platforms, > at least). > > If the answer is 'this is what was inherited from Transarc, > why don't you send us patches that are up to snuff that > work on all supported platforms' -- thats cool. > But for my own personal edification, if it is some other > compelling reason, I'd love to learn something new > today. > > > > -- > James Robinson Phone: (704) 687-4876 > College of Information Technology FAX: (704) 687-3516 > UNC Charlotte Email: [EMAIL PROTECTED] > Charlotte, NC 28223-0001 Director of > Technology Services > > _______________________________________________ > OpenAFS-info mailing list > [EMAIL PROTECTED] > https://lists.openafs.org/mailman/listinfo/openafs-info > _______________________________________________ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info
