Penguin
Note: You are viewing an old revision of this page. View the current version.

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
  1. define ARG_MAX 131072 /* # bytes of args + environ for exec() */