Date: Mon, 19 Oct 2020 22:10:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 241848] lib/googletest/gtest/tests: gmock-matchers_test.cc requires a pathological amount of memory to compile Message-ID: <bug-241848-227-Pb6WpTSP1T@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241848-227@https.bugs.freebsd.org/bugzilla/> References: <bug-241848-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241848 --- Comment #20 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #19) Looks like head -r366850 will make parallel build activity while gmock-matchers_test.cc is building more likely, causing increased peak-attempted memory use for -j2 overall. It might be that for 1 GiByte armv7 contexts that -j1 will effectively be required if gmock-matchers_test.cc is to be part of the build. -j2 for 1 GiByte aarch64 contexts with sufficient page/swap space may page/swap heavily over this period. Use of the tuning controls to avoid OOM kills would seem to be required for such contexts. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241848-227-Pb6WpTSP1T>