When using a Makefile generator you should try to use the load option -l
to limit the number of jobs instead of using the jobs number -j
(RTFM 😉 )
ref: https://www.gnu.org/software/make/manual/make.html#Parallel
CLICK HERE to find out more related problems solutions.