# Argument list too long error # http://www.linuxjournal.com/article.php?sid=6060 /* * MAX_ARG_PAGES defines the number of pages allocated for arguments * and envelope for the new program. 32 should suffice, this gives * a maximum env+arg of 128kB w/4KB pages! */ include/linux/binfmts.h define MAX_ARG_PAGES 32