Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2005 08:01:59 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys syslimits.h
Message-ID:  <200502180801.j1I81xYJ085925@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2005-02-18 08:01:59 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              syslimits.h 
  Log:
  For non-embedded platforms, increase the size of the argument list.
  Note that this results in more kernel virtual memory being reserved for
  temporary storage of the args.  The args temporary space is allocated out
  of exec_map (a submap of kernel_map).  This will use roughly 4MB of KVM.
  
  OK'ed by:       dg
  
  Revision  Changes    Path
  1.20      +4 -0      src/sys/sys/syslimits.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502180801.j1I81xYJ085925>