Date: Mon, 21 Sep 2015 11:53:57 -0400 From: Ed Maste <emaste@freebsd.org> To: Konstantin Belousov <kib@freebsd.org> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r288068 - head/sys/kern Message-ID: <CAPyFy2DDodazhEaZ2MEf8-_g2g=eH6M__T8O3McP4DJ6JSzKDw@mail.gmail.com> In-Reply-To: <201509211503.t8LF30dc073384@repo.freebsd.org> References: <201509211503.t8LF30dc073384@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 21 September 2015 at 11:03, Konstantin Belousov <kib@freebsd.org> wrote: > Author: kib > Date: Mon Sep 21 15:02:59 2015 > New Revision: 288068 > URL: https://svnweb.freebsd.org/changeset/base/288068 > > Log: > Ensure that maxproc does not exceed pid_max, at the time of boot. > Changes to kern.pid_max mib after the boot can break this relation. > > The maxfiles value was calculated by the MAXFILES formula based on > maxproc value, but this change decouples them, and MAXFILES now > references maxusers. Without manual tuning, the maxfiles default > value remains as it was prior to this commit. But for systems which > have tuned maxproc and rely on maxfiles to adjust, additional > reconfiguration is needed. > > Reported by: rwatson > Reviewed by: emaste > Sponsored by: The FreeBSD Foundation > MFC after: 2 weeks I believe this should also be: Relnotes: Yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2DDodazhEaZ2MEf8-_g2g=eH6M__T8O3McP4DJ6JSzKDw>