From owner-svn-src-all@freebsd.org Thu Sep 10 16:04:51 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CC8EA01AC9 for ; Thu, 10 Sep 2015 16:04:51 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EF60114D for ; Thu, 10 Sep 2015 16:04:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qgev79 with SMTP id v79so39180420qge.0 for ; Thu, 10 Sep 2015 09:04:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=lv89s+sbnuCXwac5dQD0APQ6csNdar4QttbyCb1D8GU=; b=gjVGmyTOkpUm0RMjozmqQWgrKCUbvzsFKtekx1+Im0/xGqGZtqd4yF/4BEw/x1+bWF 3iuu/J+0dZWF49MP+nLWOzXVCkpfyo5GlPjtLUfd0REBgfjPq3UwHzj0vjl61Jd/Fds4 fEmVxLN3ixlI8ydGVplylgLQ41G3oVz+V0tTkvMYN4bu1iEdc4yZs8WwbRUhaZod6vOM iCTU+GyGenNigsNFVUXkmv2ByVQjyaTjPcZqf2H+b8ZI5UVtbUFVVE8lqv3HRLF74zyw zRfdgAgSfdYKminMKKxAIPNEhdxUUm/mpIIngMuyMenmIazfbfDpM1XgIAM5oqiHbFvz 2aBg== X-Gm-Message-State: ALoCoQnpSF2oy874inqTVWKAG22A4Y8gRKWhsmf1QIqrwkM0qV55x1u3my1QXgzFgNXEzZOWwmLT MIME-Version: 1.0 X-Received: by 10.140.29.3 with SMTP id a3mr54140600qga.97.1441901084324; Thu, 10 Sep 2015 09:04:44 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.140.80.164 with HTTP; Thu, 10 Sep 2015 09:04:44 -0700 (PDT) X-Originating-IP: [69.53.245.108] In-Reply-To: References: <201509100405.t8A45xrJ070199@repo.freebsd.org> Date: Thu, 10 Sep 2015 10:04:44 -0600 X-Google-Sender-Auth: fQz8VQKkOdqg_irk8Q9SNCOjQLY Message-ID: Subject: Re: svn commit: r287606 - head/sys/kern From: Warner Losh To: Ed Maste Cc: Adrian Chadd , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 16:04:51 -0000 On Thu, Sep 10, 2015 at 9:53 AM, Ed Maste wrote: > On 10 September 2015 at 04:05, Adrian Chadd wrote: > > Author: adrian > > Date: Thu Sep 10 04:05:58 2015 > > New Revision: 287606 > > URL: https://svnweb.freebsd.org/changeset/base/287606 > > > > Log: > > Also make kern.maxfilesperproc a boot time tunable. > > ... > > TODO: > > Also "we" should > * Submit patches upstream or to the ports tree to use closefrom > I thought the consensus was that we'd fix things to have fewer FDs by default, but instead allow individual processes to raise it via the usual methods. Warner