On Sat, Jun 12, 2021 at 07:36:48PM +0200, Michael Gmelin wrote: > > > > On 12. Jun 2021, at 19:31, bob prohaska <[email protected]> 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
