From c0389ee432228fdd97484618acf7ec5ba4f3f0e4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 10 Mar 2000 09:36:06 +0000 Subject: Regenerated. --- FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ') diff --git a/FAQ b/FAQ index 9bcbf6cf25..ce2f69a8f6 100644 --- a/FAQ +++ b/FAQ @@ -1078,7 +1078,7 @@ Note that I have at this point no information about any other platform. {AJ} This is at first a kernel issue. The kernel defines limits with OPEN_MAX the number of simultaneous open files and with FD_SETSIZE the number of used file descriptors. You need to change these values in your -kernel and recompile the kernel so that the kernel allows to use more open +kernel and recompile the kernel so that the kernel allows more open files. You don't necessarily need to recompile the GNU C library since the only place where OPEN_MAX and FD_SETSIZE is really needed in the library itself is the size of fd_set which is used by select. -- cgit v1.2.3