From owner-freebsd-mips@freebsd.org Tue Oct 13 20:19:18 2015 Return-Path: Delivered-To: freebsd-mips@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 DC225A1201A for ; Tue, 13 Oct 2015 20:19:18 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE45190A for ; Tue, 13 Oct 2015 20:19:17 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id t9DKJ1hb029010 (version=TLSv1 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL); Tue, 13 Oct 2015 22:19:03 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id t9DKJ18i068752 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 13 Oct 2015 22:19:01 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.15.2/8.15.2/Submit) id t9DKJ1D7068749; Tue, 13 Oct 2015 22:19:01 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Tue, 13 Oct 2015 22:19:01 +0200 From: Wolfgang Zenker To: Michael Mitchell Cc: freebsd-mips@freebsd.org Subject: Re: Edge Router Lite runs out of memory on buildworld Message-ID: <20151013201901.GD68409@lyxys.ka.sub.org> References: <20151013032213.GA52162@lyxys.ka.sub.org> <20151013200541.GA68251@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: private site User-Agent: Mutt/1.5.24 (2015-08-30) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Tue, 13 Oct 2015 22:19:03 +0200 (CEST) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 20:19:19 -0000 Hi, * Michael Mitchell [151013 22:08]: > you might want to try adding swap space (1 GB?) and restart the process > https://www.freebsd.org/doc/handbook/adding-swap-space.html yes, I will try that. Just need to build a kernel with swap-support first. Wolfgang