Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give composer all the memory #154

Merged
merged 1 commit into from
May 21, 2020
Merged

Conversation

navarr
Copy link
Member

@navarr navarr commented May 20, 2020

Increasingly commonly Composer is requiring more than the PHP memory_limit, this change prevents that issue by allowing composer to exceed the memory limit

Increasingly commonly Composer is requiring more than the PHP memory_limit, this change prevents that issue by allowing composer to exceed the memory limit
@davidalger davidalger added the enhancement New feature or request label May 21, 2020
@davidalger davidalger added this to the Warden 0.5.0 milestone May 21, 2020
@davidalger davidalger merged commit 80d3666 into wardenenv:develop May 21, 2020
@davidalger
Copy link
Collaborator

Thanks @navarr!

@erikhansen
Copy link
Contributor

Great PR! I frequently have had to run:

php -d memory_limit=-1 /usr/bin/composer update

@navarr navarr deleted the patch-1 branch June 29, 2020 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants