Skip to content

Commit

Permalink
Merge pull request #117 from linkorb/devcontainer-compose-memory-limi…
Browse files Browse the repository at this point in the history
…t-0000

fix(devcontainer): composer memory limit #0000
  • Loading branch information
mhitza authored Jan 8, 2025
2 parents 11999b4 + af54bcb commit fb5ec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.devcontainer/postCreate.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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-') %}
Expand Down

0 comments on commit fb5ec4a

Please sign in to comment.