resulting in a too high load.
Created attachment 881419 [details] ps-faux-20240102-233300-55.txt ps faux
Free system crashes, yikes.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943614ccefce87dd83cbaf99849726eb481311ab commit 943614ccefce87dd83cbaf99849726eb481311ab Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-08-01 05:05:39 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-08-01 06:50:25 +0000 dev-db/mysql-connector-c++: fix tragic overcommit of make jobs Internally, this builds additional dependencies inside of cmake by having build rules that run another cmake. Inside src_compile, make forks out to make -j$(nproc) at least once, and perhaps even more times (this logic is part of their generic handling of included dependencies but we may only be building protobuf that way anyway). We end up with a minimum of two times the number of reasonably safe jobs to run, your system resources get clobbered, and everything freezes until the OOM killer gets involved. Golly gee, I *wish* it were merely ignoring MAKEFLAGS. Then we would eventually succeed, except slower... Closes: https://bugs.gentoo.org/921309 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> .../mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)