Re: Restraining poudriere
- In reply to: Matthias Andree : "Re: Restraining poudriere"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Jun 2021 17:41:39 UTC
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 > > >