Penguin

Differences between current version and previous revision of ARG_MAX.

Other diffs: Previous Major 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 3 Last edited on Monday, September 1, 2003 10:35:08 am by JohnMcPherson Revert
@@ -1,6 +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__:  
  
-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() */ 
+  
+If you run into the limit, consider using xargs(1).