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 */
|
||||
#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
|
||||
#define ARG_MAX 4096 /* args + environ on small machines */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user