From p@i609.hadiko.de  Sat Sep 16 13:44:28 2000
Return-Path: <p@i609.hadiko.de>
Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97])
	by hub.freebsd.org (Postfix) with ESMTP id AB91537B422
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Sep 2000 13:44:27 -0700 (PDT)
Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2])
	by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2)
	id 13aOp0-0003k0-00; Sat, 16 Sep 2000 22:44:26 +0200
Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [172.20.44.159])
	by nce2.hadiko.de (8.9.3/8.9.3) with ESMTP id WAA19596
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Sep 2000 22:44:27 +0200 (MET DST)
Received: (from p@localhost)
	by i609.hadiko.de (8.11.0/8.11.0) id e8GKiNt51454;
	Sat, 16 Sep 2000 22:44:23 +0200 (CEST)
	(envelope-from p)
Message-Id: <200009162044.e8GKiNt51454@i609.hadiko.de>
Date: Sat, 16 Sep 2000 22:44:23 +0200 (CEST)
From: Philipp Mergenthaler <p@i609.hadiko.de>
Reply-To: un1i@rz.uni-karlsruhe.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] LINT and NOTES give false default for MAXDSIZ
X-Send-Pr-Version: 3.2

>Number:         21317
>Category:       kern
>Synopsis:       [PATCH] LINT and NOTES give false default for MAXDSIZ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 16 13:50:01 PDT 2000
>Closed-Date:    Wed Jan 31 15:28:26 PST 2001
>Last-Modified:  Wed Jan 31 15:32:55 PST 2001
>Originator:     Philipp Mergenthaler
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
University of Karlsruhe
>Environment:

	Ever since Oct. 1997

>Description:

	LINT and NOTES talk about MAXDSIZ (process data size limit)
	being 128MB, but it was increased to 512MB in Oct. 1997:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/include/vmparam.h#rev1.21.2.2

>How-To-Repeat:

	

>Fix:

The patch is for
  $FreeBSD: src/sys/i386/conf/NOTES,v 1.817 2000/09/13 03:20:35 msmith Exp $


--- NOTES	Wed Sep 13 19:06:48 2000
+++ NOTES.new	Sat Sep 16 22:40:54 2000
@@ -57,7 +57,7 @@
 
 #
-# Certain applications can grow to be larger than the 128M limit
+# Certain applications can grow to be larger than the 512MB limit
 # that FreeBSD initially imposes.  Below are some options to
-# allow that limit to grow to 256MB, and can be increased further
+# allow that limit to grow to 1024MB, and can be increased further
 # with changing the parameters.  MAXDSIZ is the maximum that the
 # limit can be set to, and the DFLDSIZ is the default value for
@@ -66,6 +66,6 @@
 # that regularly exceed the limit like INND.
 #
-options 	MAXDSIZ="(256*1024*1024)"
-options 	DFLDSIZ="(256*1024*1024)"
+options 	MAXDSIZ="(1024*1024*1024)"
+options 	DFLDSIZ="(1024*1024*1024)"
 
 #


>Release-Note:
>Audit-Trail:

From: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/21317: [PATCH] LINT and NOTES give false default for MAXDSIZ
Date: Thu, 1 Feb 2001 00:12:45 +0100

 This PR can be closed due to this commit:
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/NOTES#rev1.882
 
 Bye, Philipp
 
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Wed Jan 31 15:28:26 PST 2001 
State-Changed-Why:  
Originator reports tanimura's NOTES rel. 1.882 commit sets things straight. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21317 
>Unformatted:
