From owner-svn-src-head@freebsd.org Tue Dec 12 15:31:01 2017 Return-Path: Delivered-To: svn-src-head@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 5168CE9BF52; Tue, 12 Dec 2017 15:31:01 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D787243F; Tue, 12 Dec 2017 15:31:00 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id vBCFUUd1086786; Tue, 12 Dec 2017 07:30:30 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id vBCFUU2G086785; Tue, 12 Dec 2017 07:30:30 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201712121530.vBCFUU2G086785@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r326758 - in head/sys/i386: conf include In-Reply-To: To: Don Lewis Date: Tue, 12 Dec 2017 07:30:30 -0800 (PST) CC: Eugene Grosbein , rgrimes@FreeBSD.org, Alexey Dokuchaev , Konstantin Belousov , svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Conrad Meyer Reply-To: rgrimes@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 15:31:01 -0000 > On 12 Dec, Eugene Grosbein wrote: > > > Now I run FreeBSD 11/i386 as my home router with IPSEC and torrent > > client, and I run several virtualized routers with IPSEC tunnels, > > jabber and mail server, squid and ZFS for src/obj/ports compression > > and they all easily crash unless kern.kstack_pages raised upto 4. Same > > for some other my i386 installations having IPSEC tunnels. > > IPSEC definitely used to wwith with kstack_pages=2 since I ran that way > for a number of years. I haven't used IPSEC since I upgraded from > FreeBSD 8.x to 10.x a while back, so it could be broken now. I think this comes as a regression in 10.x or perhaps later. So that atleast narrows down what has triggered the need for more kernel stack space. -- Rod Grimes rgrimes@freebsd.org