diff options
author | Andreas Jaeger <aj@suse.de> | 2000-03-10 09:36:06 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-03-10 09:36:06 +0000 |
commit | c0389ee432228fdd97484618acf7ec5ba4f3f0e4 (patch) | |
tree | 88ec5bbe5e1e846f17cb71d5781e6ae8e1ed7275 /FAQ | |
parent | b4e54243c42ac249943bb6904cd74c82d0350e02 (diff) | |
download | glibc-c0389ee432228fdd97484618acf7ec5ba4f3f0e4.zip glibc-c0389ee432228fdd97484618acf7ec5ba4f3f0e4.tar.gz glibc-c0389ee432228fdd97484618acf7ec5ba4f3f0e4.tar.bz2 |
Regenerated.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |