If you plan on running build in parallel it maybe necessary to also set MAKE_JOBS_NUMBER_LIMIT= into the make.conf file as well.
On Sat, Aug 6, 2016 at 11:49 AM, Michael Grimm <[email protected]> wrote: > Christian Schwarz <[email protected]> wrote: > > > From my poudriere.conf: > > > > # By default MAKE_JOBS is disabled to allow only one process per cpu > > # Use the following to allow it anyway > > ALLOW_MAKE_JOBS=no > > > > # List of packages that will always be allowed to use MAKE_JOBS > > # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports > > # which holdup the rest of the queue to build more quickly. > > ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* perl5.20" > > > > Hope this helps! > > Yes, it helped. Especially me being blind to find that in the first place > :-( > > Thanks to all who helped me finding these knobs. > > Regards, > Michael > > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
