Penguin

Differences between version 3 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 3 Last edited on Monday, September 1, 2003 10:35:08 am by JohnMcPherson Revert
Older page: version 1 Last edited on Monday, September 1, 2003 9:13:42 am by GreigMcGill Revert
@@ -1 +1,6 @@
 The maximum length in bytes for the arguments to a new process. 
+  
+If you run into the limit, consider using xargs(1)  
+  
+from /usr/include/linux/limits:  
+ #define ARG_MAX 131072 /* # bytes of args + environ for exec() */