Re: Restraining poudriere

From: Matthias Andree <matthias.andree_at_gmx.de>
Date: Sat, 12 Jun 2021 17:34:22 UTC
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).

HTH.