]> Zhao Yanbai Git Server - minix.git/commitdiff
More filedescriptors
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 24 Oct 2005 13:51:02 +0000 (13:51 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 24 Oct 2005 13:51:02 +0000 (13:51 +0000)
include/limits.h

index 38b08c4db26218a8fc326e60cd6710518cf65441..55799f24ccdccaac11c135da0faa09de99a0bff1 100755 (executable)
@@ -67,7 +67,7 @@
 #define ARG_MAX           4096 /* args + environ on small machines */
 #endif
 #define CHILD_MAX    _NO_LIMIT /* MINIX does not limit children */
-#define OPEN_MAX            20 /* # open files a process may have */
+#define OPEN_MAX            30 /* # open files a process may have */
 #if 0                  /* V1 file system */
 #define LINK_MAX      CHAR_MAX /* # links a file may have */
 #else                  /* V2 or better file system */