9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ARG_MAX of Plan9
@ 2012-05-02  0:30 arisawa
  2012-05-02  0:54 ` Charles Forsyth
  2012-05-02 10:11 ` cinap_lenrek
  0 siblings, 2 replies; 3+ messages in thread
From: arisawa @ 2012-05-02  0:30 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello 9fans,

I have a question: what is the value of ARG_MAX of Plan9?

In Mac/OSX, the value is defined in /usr/include/sys/syslimits.h:
#define	ARG_MAX		   (256 * 1024)    /* max bytes for an exec function */

In APE, we can find the value in Plan9 source.
/sys/include/ape/sys/limits.h:
#define	ARG_MAX		16384

However, I couldn't find ARG_MAX of Plan9.

Kenji Arisawa




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-02 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02  0:30 [9fans] ARG_MAX of Plan9 arisawa
2012-05-02  0:54 ` Charles Forsyth
2012-05-02 10:11 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).