From 2dc2b1eacc496ca37feb0e856a5a8aa46a8fb945 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Tue, 2 Mar 2021 17:25:34 +0100 Subject: [PATCH] allow 2 process if load < 3 for restricted packages --- profiles/targets/desktop/bashrc/makeopts-j2.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/targets/desktop/bashrc/makeopts-j2.rc b/profiles/targets/desktop/bashrc/makeopts-j2.rc index 95e3046..dce4141 100644 --- a/profiles/targets/desktop/bashrc/makeopts-j2.rc +++ b/profiles/targets/desktop/bashrc/makeopts-j2.rc @@ -1 +1 @@ -export MAKEOPTS="-j2 -l2" +export MAKEOPTS="-j2 -l3"