From owner-freebsd-current@FreeBSD.ORG Sun May 2 09:22:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941A816A4CE; Sun, 2 May 2004 09:22:46 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 412C743D3F; Sun, 2 May 2004 09:22:46 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i42GQdu6007051; Sun, 2 May 2004 10:26:39 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40952044.1000306@freebsd.org> Date: Sun, 02 May 2004 10:22:28 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Quinot References: <200404301403.50634.past@noc.ntua.gr> <20040430123040.GB30157@melusine.cuivre.fr.eu.org> <20040430211948.GC85783@dragon.nuxi.com> <4094F86E.2020908@noc.ntua.gr> <20040502161807.GA72622@melusine.cuivre.fr.eu.org> In-Reply-To: <20040502161807.GA72622@melusine.cuivre.fr.eu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Panagiotis Astithas cc: freebsd-current@freebsd.org Subject: Re: Change default dumpdir to /usr/crash? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 16:22:46 -0000 Thomas Quinot wrote: > * Panagiotis Astithas, 2004-05-02 : > > >>I think I would be conservative and suggest a 1 GB /var for now. > > > What about computing a default /var size as a function of the available > RAM? Would that be workable within sysinstall? > > Thomas. > I believe that sysinstall already computes the swap partition size based on RAM, so computing /var also should be easy. Patches are happily accecpted =-) Scott