Hello, I am trying to compile ports using portmaster but am having problems in that whenever I do so only one CPU core is being used. I have a 12 core CPU so as you can imagine my hardware is not being taken advantage of. It takes quite long to compile ports, especially those that are quite large like chromium. For some reason I have not had this issue before and have only noticed it recently, I cannot trace back to where it first started, however, or anything I may have done necessarily to cause this to happen. In my make.conf file in /etc I have set both
MAKE_JOBS_NUMBER=13
as well as MAKE_JOBS_UNSAFE=yes
. What can I do to fix this problem? Thank you for your help.