From f295b70dbdf3c3626368f703425a0c47751f8a95 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 27 Jan 2020 18:42:46 -0800 Subject: [PATCH] civibuild - Relax COMPOSER_MEMORY_LIMIT to work with more D8 projects --- src/civibuild.compute-defaults.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/civibuild.compute-defaults.sh b/src/civibuild.compute-defaults.sh index 5fae45dd..9dabd327 100644 --- a/src/civibuild.compute-defaults.sh +++ b/src/civibuild.compute-defaults.sh @@ -30,6 +30,11 @@ if [ -z "$CMS_URL" ]; then fi fi +if [ -z "$COMPOSER_MEMORY_LIMIT" ]; then + COMPOSER_MEMORY_LIMIT=-1 + export COMPOSER_MEMORY_LIMIT +fi + ############################################################################### ## Defaults for traditional file-structure, in which user clones repo and ## data is written to "./app" and "./build"