Re: File Descriptors

Martin von Loewis (martin@mira.isdn.cs.tu-berlin.de)
Wed, 31 Dec 1997 11:08:19 +0100


> Does 2.1.x support changing the maximum number of file decriptors via proc?

cat 2048 >/proc/sys/kernel/file-max

> I mean as easily as say.... with sysctl under FreeBSD? :P

If you absolutely want to use sysctl(2), you can tune it this way,
as well.

Regards,
Martin