From nobody Sat Jun 12 17:57:04 2021 X-Original-To: freebsd-arm@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 EED1C11C9902; Sat, 12 Jun 2021 17:57:04 +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 4G2QQS4yZXz3MQx; Sat, 12 Jun 2021 17:57:04 +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 15CHv5wT071564 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 12 Jun 2021 10:57:05 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 15CHv4Ag071563; Sat, 12 Jun 2021 10:57:04 -0700 (PDT) (envelope-from fbsd) Date: Sat, 12 Jun 2021 10:57:04 -0700 From: bob prohaska To: Michael Gmelin Cc: freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Restraining poudriere Message-ID: <20210612175704.GC71089@www.zefox.net> References: <20210612172957.GA71089@www.zefox.net> List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4G2QQS4yZXz3MQx 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 07:36:48PM +0200, Michael Gmelin wrote: > > > > On 12. Jun 2021, at 19:31, 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. > > > > Can poudriere be configured to tackle packages one at a time? > > Yes, see poudriere.conf: > > # parallel build support. > # > # By default poudriere uses hw.ncpu to determine the number of builders. > # You can override this default by changing PARALLEL_JOBS here, or > # by specifying the -J flag to bulk/testport. > # > # Example to define PARALLEL_JOBS to one single job > # PARALLEL_JOBS=1 > > -m > I perhaps misunderstood what was meant by "builders", confusing it with threads. Or maybe cores.... Trying it now, hoping to see parallel core use. Thanks for writing! bob prohaska