https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241848
--- Comment #20 from Mark Millard <marklmi26-f...@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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"