More filedescriptors
This commit is contained in:
parent
bfa0a555ad
commit
1de4b3a426
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
#define ARG_MAX 4096 /* args + environ on small machines */
|
#define ARG_MAX 4096 /* args + environ on small machines */
|
||||||
#endif
|
#endif
|
||||||
#define CHILD_MAX _NO_LIMIT /* MINIX does not limit children */
|
#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 */
|
#if 0 /* V1 file system */
|
||||||
#define LINK_MAX CHAR_MAX /* # links a file may have */
|
#define LINK_MAX CHAR_MAX /* # links a file may have */
|
||||||
#else /* V2 or better file system */
|
#else /* V2 or better file system */
|
||||||
|
|
Loading…
Reference in a new issue