Increase ARG_MAX
This commit is contained in:
parent
5eb353ebbc
commit
347fa61675
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
#define NGROUPS_MAX 0 /* supplemental group IDs not available */
|
#define NGROUPS_MAX 0 /* supplemental group IDs not available */
|
||||||
#if _EM_WSIZE > 2
|
#if _EM_WSIZE > 2
|
||||||
#define ARG_MAX 16384 /* # bytes of args + environ for exec() */
|
#define ARG_MAX 262144 /* # bytes of args + environ for exec() */
|
||||||
#else
|
#else
|
||||||
#define ARG_MAX 4096 /* args + environ on small machines */
|
#define ARG_MAX 4096 /* args + environ on small machines */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user