From nobody Sat Jun 12 17:41:39 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 D81457EFDFC for ; Sat, 12 Jun 2021 17:41:38 +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 4G2Q4f4PkLz3KMr for ; Sat, 12 Jun 2021 17:41:38 +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 15CHfdAF071511 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 12 Jun 2021 10:41:39 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 15CHfdFq071510; Sat, 12 Jun 2021 10:41:39 -0700 (PDT) (envelope-from fbsd) Date: Sat, 12 Jun 2021 10:41:39 -0700 From: bob prohaska To: Matthias Andree Cc: ports@freebsd.org Subject: Re: Restraining poudriere Message-ID: <20210612174139.GB71089@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: 4G2Q4f4PkLz3KMr 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:34:22PM +0200, Matthias Andree wrote: > Am 12.06.21 um 19:29 schrieb bob prohaska: > > 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? > > Sure, the easiest to try is poudriere bulk -J1 ... (capital J) that > launches just 1 builder in parallel. > > You may then also need to check configuration so it does not build the > packages per se in parallel either. > > The -J1 would be reflected as PARALLEL_JOBS=1 in poudriere.conf, and you > should not set ALLOW_MAKE_JOBS (default is off, anyways). > Thank you, trying it now. bob prohaska > > >