Penguin

Differences between current version and predecessor to the previous major change of ARG_MAX.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Tuesday, September 2, 2003 1:34:15 am by AristotlePagaltzis
Older page: version 1 Last edited on Monday, September 1, 2003 9:13:42 am by GreigMcGill Revert
@@ -1 +1,5 @@
-The maximum length in bytes for the arguments to a new process. 
+The maximum length in bytes for the arguments to a new process defined in __/usr/include/linux/limits.h__:  
+  
+ #define ARG_MAX 131072 /* # bytes of args + environ for exec() */  
+  
+If you run into the limit, consider using xargs(1)