Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2019 07:55:14 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        freebsd-arm@freebsd.org
Subject:   make -j1 produces four C++ instances
Message-ID:  <20191203155514.GA58722@www.zefox.net>

next in thread | raw e-mail | index | archive | help
Has the -j feature for make been changed/removed? 

IIRC, one could in the past limit the number of jobs created
while compiling software by using 
make -jN 
on the command line. Now it seems that
make -j1 
spawns four instances of C++ while trying to compile www/chromium.

This happens to be on a Pi3 running -current, if that matters. 
I'm trying to keep swap use from getting ridiculous.

Apologies if I'm missed a bus, thanks for reading!

bob prohaska




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191203155514.GA58722>