From: Jackie Huang Date: Wed, 17 Jun 2020 01:15:31 +0000 (+0800) Subject: local-stx.conf: avoid parallel make for ceph X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1eecc758707a37370bbf46bc0bb139e296c6b6aa;p=pti%2Frtp.git local-stx.conf: avoid parallel make for ceph Avoid parallel make for ceph to limit mem usage. Issue-ID: INF-164 Signed-off-by: Jackie Huang Change-Id: I46d64e14d701b249ce91888b70bf40d8aea4af42 --- diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf index 1c16fd1..c006ce9 100644 --- a/scripts/configs/local-stx.conf +++ b/scripts/configs/local-stx.conf @@ -23,3 +23,6 @@ DISTRO_FEATURES_append = " anaconda-support" # For images IMAGE_FSTYPES += " tar.bz2 live" LABELS_LIVE = "install" + +# Workaround for ceph: avoid parallel make to limit mem usage +PARALLEL_MAKE_pn-ceph = ""