From owner-freebsd-questions@FreeBSD.ORG Thu Aug 25 01:46:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3111216A41F for ; Thu, 25 Aug 2005 01:46:36 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A5E43D45 for ; Thu, 25 Aug 2005 01:46:35 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 0C2825E28; Wed, 24 Aug 2005 21:46:35 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59738-02; Wed, 24 Aug 2005 21:46:32 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id 9E2725D1A; Wed, 24 Aug 2005 21:46:32 -0400 (EDT) Message-ID: <430D2304.3030002@mac.com> Date: Wed, 24 Aug 2005 21:46:44 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Danny Howard References: <20050823235642.GP51748@ratchet.nebcorp.com> <20050824214038.GU51748@ratchet.nebcorp.com> In-Reply-To: <20050824214038.GU51748@ratchet.nebcorp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: limits puzzle - different limits on similar machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 01:46:36 -0000 Danny Howard wrote: > On Tue, Aug 23, 2005 at 06:52:28PM -0600, Chad Leigh -- Shire.Net LLC wrote: >>On Aug 23, 2005, at 5:56 PM, Danny Howard wrote: >>># bump max datasize >>>options MAXDSIZ="(1024*1024*1024)" >>>options MAXSSIZ="(1024*1024*1024)" >>>options DFLDSIZ="(1024*1024*1024)" >> >>Might this not be it? unlimited is really limited by the kernel sys >>params [ ... ] > We can't tune the kernel limits through sysctl, eh? :) No, but see /boot/default/loader.conf, you can tune it there without having to rebuild the kernel... -- -Chuck