From owner-freebsd-current@freebsd.org Sun Mar 18 21:09:41 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCA77F54681 for ; Sun, 18 Mar 2018 21:09:41 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 35FC28755B; Sun, 18 Mar 2018 21:09:40 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w2IL8Tf9099868 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 18 Mar 2018 14:08:30 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w2IL8RYe099867; Sun, 18 Mar 2018 14:08:27 -0700 (PDT) (envelope-from fbsd) Date: Sun, 18 Mar 2018 14:08:27 -0700 From: bob prohaska To: Jeff Roberson Cc: "O. Hartmann" , Roman Bogorodskiy , "Danilo G. Baio" , "Rodney W. Grimes" , Trond Endrest?l , FreeBSD current , Kurt Jaeger , bob prohaska Subject: Re: Strange ARC/Swap/CPU on yesterday's -CURRENT Message-ID: <20180318210827.GB99651@www.zefox.net> References: <20180306173455.oacyqlbib4sbafqd@ler-imac.lerctr.org> <201803061816.w26IGaW5050053@pdx.rh.CN85.dnsmgr.net> <20180306193645.vv3ogqrhauivf2tr@ler-imac.lerctr.org> <20180306221554.uyshbzbboai62rdf@dx240.localdomain> <20180307103911.GA72239@kloomba> <20180311004737.3441dbf9@thor.intern.walstatt.dynvpn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 21:09:42 -0000 On Sun, Mar 11, 2018 at 10:43:58AM -1000, Jeff Roberson wrote: > Also, if you could try going back to r328953 or r326346 and let me know if > the problem exists in either. That would be very helpful. If anyone is Not sure this is relevant, but r326343 is able to run a j4 buildworld to completion on an RPi3 with 3 gigs of microSD-based swap. There are periods of seeming distress at times (lots of swread, pfault state in top along with high %idle) in top, but the compilation completes. In contrast, r328953 could not complete buildworld using -j4. Buildworld would stop, usually reporting c++ killed, apparently for want of swap, even though swap usage never exceeded about 30% accoring to top. The machine employs UFS filesystems, the kernel config can be seen at http://www.zefox.net/~fbsd/rpi3/kernel_config/ZEFOX Thanks for reading, I hope it's useful. bob prohaska