cvs commit: src/sys/sys syslimits.h

David E. O'Brien obrien at FreeBSD.org
Fri Feb 18 08:02:00 GMT 2005


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


More information about the cvs-all mailing list