Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!ukc!icdoc!qmw-cs!liam From: liam@cs.qmw.ac.uk (William Roberts) Newsgroups: comp.unix.aux Subject: Re: File Table Summary: use kconfig to change NFILE Message-ID: <1796@sequent.cs.qmw.ac.uk> Date: 19 Mar 90 13:11:16 GMT References: <1990Mar17.044537.4082@mousetrap.canton.mi.us> Reply-To: liam@cs.qmw.ac.uk (William Roberts) Organization: Computer Science Dept, QMW, University of London, UK. Lines: 36 Expires: Sender: Followup-To: Distribution: Keywords: In article <1990Mar17.044537.4082@mousetrap.canton.mi.us> bill@mousetrap.canton.mi.us (William S. Johnston) writes: >Question: Is there a way to reconfigure the kernal to allow for >more files in the file table? Yes, you use the kconfig utility to change the size of the file table. Lots of this sort of thing are adjustable under A/UX using kconfig - type "kconfig -va" to see the full list. Specifically, to set the file table size to 300 (for example), type kconfig -n /unix NFILE = 300 ^D You can also use += or -= to adjust the current value rather than just replacing it. This may not cure your problem however: if the problem is per-process file table sizes then that isn't adjustable (software which has only ever run on Suns may assume that you can open 40+ files in a single process). You should also check carefully to find out if your news feed is ignoring attempts to limit it to a sensible number of concurrent delivery attempts: if it wants to give you your daily 8 megabytes as N thousand simultaneous transfers then you'll have problems anyway! -- William Roberts ARPA: liam@cs.qmw.ac.uk Queen Mary & Westfield College UUCP: liam@qmw-cs.UUCP Mile End Road AppleLink: UK0087 LONDON, E1 4NS, UK Tel: 01-975 5250 (Fax: 01-980 6533)