File Table

William Roberts liam at cs.qmw.ac.uk
Mon Mar 19 23:11:16 AEST 1990


In article <1990Mar17.044537.4082 at mousetrap.canton.mi.us>
bill at 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 at cs.qmw.ac.uk
Queen Mary & Westfield College  UUCP: liam at qmw-cs.UUCP
Mile End Road                   AppleLink: UK0087
LONDON, E1 4NS, UK              Tel:  01-975 5250 (Fax: 01-980 6533)



More information about the Comp.unix.aux mailing list