9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa <arisawa@ar.aichi-u.ac.jp>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] ARG_MAX of Plan9
Date: Wed,  2 May 2012 09:30:02 +0900	[thread overview]
Message-ID: <EFC8C99F-E1CB-4C27-8B37-44889AF17FA4@ar.aichi-u.ac.jp> (raw)

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




             reply	other threads:[~2012-05-02  0:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-02  0:30 arisawa [this message]
2012-05-02  0:54 ` Charles Forsyth
2012-05-02 10:11 ` cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EFC8C99F-E1CB-4C27-8B37-44889AF17FA4@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).