Index: sys/sys/syslimits.h =================================================================== --- sys/sys/syslimits.h (revision 354860) +++ sys/sys/syslimits.h (working copy) @@ -48,7 +48,7 @@ * Do not add any new variables here. (See the comment at the end of * the file for why.) */ -#define ARG_MAX 262144 /* max bytes for an exec function */ +#define ARG_MAX (2 * 256 * 1024) /* max bytes for an exec function */ #ifndef CHILD_MAX #define CHILD_MAX 40 /* max simultaneous processes */ #endif