From nobody Sat Jun 12 18:07:28 2021 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 69DD411CB549 for ; Sat, 12 Jun 2021 18:07:28 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G2QfS1FKJz3Q5p for ; Sat, 12 Jun 2021 18:07:27 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 15CI7TMp071597 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 12 Jun 2021 11:07:29 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 15CI7SPA071596; Sat, 12 Jun 2021 11:07:28 -0700 (PDT) (envelope-from fbsd) Date: Sat, 12 Jun 2021 11:07:28 -0700 From: bob prohaska To: Jose Quinteiro Cc: ports@freebsd.org Subject: Re: Restraining poudriere Message-ID: <20210612180728.GD71089@www.zefox.net> References: <20210612172957.GA71089@www.zefox.net> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4G2QfS1FKJz3Q5p X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Sat, Jun 12, 2021 at 10:45:13AM -0700, Jose Quinteiro wrote: > On 6/12/21 10:29 AM, bob prohaska wrote: > > In playing with poudriere on raspberry pi 3 and 4 it seems to > > work well on the 8 GB Pi4 but is over-optimistic on the 1 GB Pi3. > > > (snip) > You might want to consider modifying your USE_TMPFS setting in > poudriere.conf if you are constrained by memory. The default is "yes" > which means use tmpfs(5) for the work dir and caching. I found I have to > set this to "data" (caches only) in order to make full use of all my > cores without running out of memory. > That might be part of my trouble. I thought I'd turned tmpfs off, and did in /etc/fstab but not in /usr/local/etc/poudriere.conf. For now I'm going to let it run and see what happens, thus far it's nibbling away on llvm10 with one core. Hopefully more cores will come into play as bootstrap progresses. Thanks for writing! bob prohaska