Penguin
Annotated edit history of ARG_MAX version 4, including all changes. View license author blame.
Rev Author # Line
4 AristotlePagaltzis 1 The maximum length in bytes for the arguments to a new process defined in __/usr/include/linux/limits.h__:
2 PerryLorier 2
3 #define ARG_MAX 131072 /* # bytes of args + environ for exec() */
4 AristotlePagaltzis 4
5 If you run into the limit, consider using xargs(1).

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()