diff --git a/templates/.devcontainer/postCreate.sh.j2 b/templates/.devcontainer/postCreate.sh.j2 index 33ac012..72d3a15 100755 --- a/templates/.devcontainer/postCreate.sh.j2 +++ b/templates/.devcontainer/postCreate.sh.j2 @@ -14,7 +14,7 @@ composer config --global --auth http-basic.repo.packagist.com \ "${GITHUB_USER:-$GITHUB_USER_ON_HOST}" "${PACKAGIST_TOKEN:-$PACKAGIST_TOKEN_ON_HOST}" {% endif %} -composer install +COMPOSER_MEMORY_LIMIT=-1 composer install {% endif %} {% if repo.type.startswith('nodejs-') %}