From ebb5dfc6d663977fc25b51af3ef745079c9d9f09 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 4 Dec 2020 21:11:16 -0600 Subject: [PATCH] Lower makeopts jobs Running into OOMs --- roles/desktop/files/portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/desktop/files/portage/make.conf b/roles/desktop/files/portage/make.conf index cbdd1cf..2b3e5e6 100644 --- a/roles/desktop/files/portage/make.conf +++ b/roles/desktop/files/portage/make.conf @@ -18,7 +18,7 @@ COMMON_FLAGS="-march=native -O2 -pipe" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" -MAKEOPTS="-j16" +MAKEOPTS="-j8" # Portage configuration ACCEPT_LICENSE="*"