Skip to content

allow_make_jobs

georgefx edited this page Oct 10, 2014 · 1 revision

Use parallel make (make jobs) with poudriere

By default MAKE_JOBS is disabled to allow only one process per cpu. To allow it anyway, ALLOW_MAKE_JOBS=yes in your /usr/local/etc/poudriere.conf:

echo "ALLOW_MAKE_JOBS=yes" >> /usr/local/etc/poudriere.conf

Useful for large packages blocking the queue, e.g. qt4.

Clone this wiki locally