Increase ARG_MAX

This commit is contained in:
Arun Thomas 2009-03-17 07:38:35 +00:00
parent 5eb353ebbc
commit 347fa61675

View File

@ -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