local-stx.conf: avoid parallel make for ceph 54/4154/1
authorJackie Huang <jackie.huang@windriver.com>
Wed, 17 Jun 2020 01:15:31 +0000 (09:15 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Wed, 17 Jun 2020 07:53:39 +0000 (15:53 +0800)
Avoid parallel make for ceph to limit mem usage.

Issue-ID: INF-164
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I46d64e14d701b249ce91888b70bf40d8aea4af42

scripts/configs/local-stx.conf

index 1c16fd1..c006ce9 100644 (file)
@@ -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 = ""