From owner-freebsd-current@FreeBSD.ORG Tue Dec 11 10:25:26 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A03C716A41B for ; Tue, 11 Dec 2007 10:25:26 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id AC7FA13C448 for ; Tue, 11 Dec 2007 10:25:25 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so34474pyb for ; Tue, 11 Dec 2007 02:25:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Crh81/2JNHy+P+knLYRJzdZhoAbJOKbrEOrSaePntBY=; b=jLl5b2QV33mbuw1MJDcsjs/apNd0uEOfARxjLPVbm6TRs3iCDzN2Bm6eQAySLXD7JsW3gQVfFBA558AxzU7/HpVyKMnCMga7uOgOjt3iAabpwwwp/XHcnbcYhBJMFdqGHLm6+5NScqYaPQgTe7cYJ7h6FFbZodSDkp6DF/WYRRg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LmJDJ01XuZ6P/Hb+FCpdhOYfsq3RKsYpkUsrWYUOvIqkTDVjTIP6OQt+t7w+UbN0KtLMQJ4ob42BKmTkNhSWdbXryLcw3MipjMopsAedwzJaDp4D6ur04YP96zQ85MiSEZVFHTf1U3Y+HiBwTWmyR+wk0RBEyhZijC2Uz+uqDVQ= Received: by 10.65.133.8 with SMTP id k8mr16456571qbn.1197368721586; Tue, 11 Dec 2007 02:25:21 -0800 (PST) Received: by 10.64.184.9 with HTTP; Tue, 11 Dec 2007 02:25:21 -0800 (PST) Message-ID: <8e10486b0712110225gc61b83co37e91ef008f1c9d3@mail.gmail.com> Date: Tue, 11 Dec 2007 07:25:21 -0300 From: "Alexandre Biancalana" To: qpadla@gmail.com In-Reply-To: <200712110603.25769.qpadla@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8e10486b0711280537n222d6cd5le33639b82a11f45@mail.gmail.com> <8e10486b0712100951m85f0278neb73ac4277779ba4@mail.gmail.com> <200712110603.25769.qpadla@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: 7-BETA3 everyday reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 11 Dec 2007 10:25:26 -0000 On 12/11/07, Nikolay Pavlov wrote: > On Monday 10 December 2007 19:51:32 Alexandre Biancalana wrote: > > Here is my /boot/loader.conf: > > > > kern.maxdsiz="2G" # Set the max data size to 4GB > > kern.maxssiz="1G" # Set the max stack size 2GB > > > > vfs.zfs.prefetch_disable="1" > > vfs.zfs.arc_max="1G" > > > > vm.kmem_size_max="1500M" > > vm.kmem_size="1500M" > > > > kern.ipc.nmbclusters="32768" > > Is this i386 or amd64? this loader.conf is from one amd64 server