From owner-freebsd-doc@FreeBSD.ORG Fri Oct 29 10:14:39 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 171E4106564A for ; Fri, 29 Oct 2010 10:14:39 +0000 (UTC) (envelope-from leroy.vanlogchem@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A3FBA8FC13 for ; Fri, 29 Oct 2010 10:14:38 +0000 (UTC) Received: by fxm17 with SMTP id 17so2977677fxm.13 for ; Fri, 29 Oct 2010 03:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=1Hg2YbbHJf/YKD6lu92e/Bce/bWzUPefS8z5DEGl6+0=; b=AZTWImjYfJUwahZAmZ6aDw4eZJviwgmcbWBrqOfy7CILa8d5iYKd1vCN86LWscBM8i bTxisiISEwpH/AwkruxLjhduXcCmtQjffLSyr/vWrgy1z8jwxRrLgwVwhJwANCECWhX4 +HpGY4wbXOtZI8D8/y+Uw5vO6KXuLrknON+Ao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=p9rHHM7AhOfoQJntuiclSK0EDfngunNwKo3pxxjS9XmJsg9gskoDt1R4XDo743GPJX KuuSpKyyKKP4WSaqOBsKGAX3KNAP5SitIWvCOfBReEQnOu3tK1CP8K0tZhHOLAZQaH1g IypfTefJ90EuPR0iJmVfNXC2nmqaIW+HsSClk= MIME-Version: 1.0 Received: by 10.239.162.204 with SMTP id m12mr3094253hbd.125.1288345710465; Fri, 29 Oct 2010 02:48:30 -0700 (PDT) Received: by 10.239.186.70 with HTTP; Fri, 29 Oct 2010 02:48:30 -0700 (PDT) Date: Fri, 29 Oct 2010 11:48:30 +0200 Message-ID: From: Leroy van Logchem To: doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Handbook: Tuning Kernel Limits (maxfiles) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 10:14:39 -0000 Best FreeBSD doc, Thanks for the fine documentation and many good manual pages. While searching for the default number of 'open files' the 8.1-R kernel can handle, I started reading: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html This mentions the dynamic setting of maxusers which in turn will proportionally define maxfiles. But it also states that the kern.maxfiles is read-only in regard to sysctl changes, which doesn't seem to be the case. I could increase this value using sysctl but it this supported? Regards, Leroy van Logchem