Skip to content

Commit

Permalink
civibuild - Relax COMPOSER_MEMORY_LIMIT to work with more D8 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jan 28, 2020
1 parent 133c358 commit f295b70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/civibuild.compute-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f295b70

Please sign in to comment.