From 1eecc758707a37370bbf46bc0bb139e296c6b6aa Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 17 Jun 2020 09:15:31 +0800 Subject: [PATCH] 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 --- scripts/configs/local-stx.conf | 3 +++ 1 file changed, 3 insertions(+) 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 = "" -- 2.16.6