From owner-cvs-all@FreeBSD.ORG Fri Feb 18 08:02:00 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E65F16A4CE; Fri, 18 Feb 2005 08:02:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E75C343D49; Fri, 18 Feb 2005 08:01:59 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1I81xqe085926; Fri, 18 Feb 2005 08:01:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1I81xYJ085925; Fri, 18 Feb 2005 08:01:59 GMT (envelope-from obrien) Message-Id: <200502180801.j1I81xYJ085925@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 Feb 2005 08:01:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys syslimits.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 08:02:00 -0000 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