From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 13:54:09 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F2D7496 for ; Mon, 12 Nov 2012 13:54:09 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1A39F8FC12 for ; Mon, 12 Nov 2012 13:54:08 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id gg13so1213161lbb.13 for ; Mon, 12 Nov 2012 05:54:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=wKBh/O916wbZN31PiRNmfanpRXXU7v7xtKulIhjBAGU=; b=KJxTAf9hZcKuuE2VgwD4kiSF5kXOYWQAi9WUiSRX185k+74MXZ3m3vQ/QiBs/CzDbj d+n0wrSstNZrt8Llrc++0pNesrzdLIz6vadm4jdJNu33hfW/IWmXO6xz3OeoJ/peTpSH pzXnvDMeEvkSofWCk17PlJxekvqQJW4/Zc/0tou+UNORQiRVBFFbpu2PDv/bVbGagoE3 p1rY4isShybitafWL6tWIzSZxKQXxoDU7q9lmXjJ/5jLbmnfTSbZYfw7tW9P2JWKaXB6 UpG8HVwcKk2yU0ohn9kJ/bCEI14uDByltfyhxKbyBMB4l2o9uFDfgti4O4wGZD59erlX fGLw== MIME-Version: 1.0 Received: by 10.112.50.106 with SMTP id b10mr7928268lbo.122.1352728447467; Mon, 12 Nov 2012 05:54:07 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.112.144.65 with HTTP; Mon, 12 Nov 2012 05:54:07 -0800 (PST) Date: Mon, 12 Nov 2012 08:54:07 -0500 X-Google-Sender-Auth: _VL998kvHRj1Rjledsoe7xreLng Message-ID: Subject: computing kern.maxfilesperproc and kern.maxfiles From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 13:54:09 -0000 Hi All, I just posted a blog about how kern.maxfilesperproc and kern.maxfiles are computed at http://blog.hostileadmin.com/2012/11/12/freebsd-computing-kern-maxfilesperproc-and-kern-maxfiles/ for anyone who may be interested... -- Take care Rick Miller