Date: Thu, 25 Jul 1996 19:27:00 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: _POSIX_ARG_MAX Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII This is defined to be 4096 on . If we want a safe number, then 2K is probably the right value, as the transfer buffer can never be less than the size of the stub. If safety is not an issue, then 16K is the right number.