[Bug 212592] Default MAKE_JOBS_NUMBER should come from cpuset, not kern.smp.cpus
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 5 08:45:34 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212592
--- Comment #1 from Baptiste Daroussin <bapt at FreeBSD.org> ---
when trying with:
cpuset -g -p $$ | awk -F: '/^pid [0-9]+ mask/ { print split($$2,a, ",") }'
(your example didn't work out of box, due to cpuset reporting 2 lines now.)
Anyway using this we end up with cpuset: getaffinity: Operation not permitted
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list