[Bug 265254] lang/gcc11: build gets stuck

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Jul 2022 20:03:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265254

--- Comment #2 from Yuri Victorovich <yuri@freebsd.org> ---
(In reply to Lorenzo Salvadore from comment #1)

It creates too many processes which each have size ~1GB. So total memory for
all of them would be ~130GB and they keep competing with each other for memory.

Build should only create up to NCPU parallel processes.
I have 8 CPUs but it creates 130 processes - this kills the machine.

-- 
You are receiving this mail because:
You are the assignee for the bug.