Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Travis configuration PHP Allowed memory size #363

Open
sad270 opened this issue Sep 24, 2019 · 0 comments
Open

Travis configuration PHP Allowed memory size #363

sad270 opened this issue Sep 24, 2019 · 0 comments

Comments

@sad270
Copy link

sad270 commented Sep 24, 2019

Subject

I have an error when Travis builds my PR #362

The command composer update --prefer-dist exited with 255.

Log:

Loading composer repositories with package information

Updating dependencies (including require-dev)

PHP Fatal error:  Allowed memory size of 1610612736 bytes exhausted (tried to allocate 67108864 bytes) in phar:///home/travis/.phpenv/versions/7.3.9/bin/composer/src/Composer/DependencyResolver/Solver.php on line 223

Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 67108864 bytes) in phar:///home/travis/.phpenv/versions/7.3.9/bin/composer/src/Composer/DependencyResolver/Solver.php on line 223

Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors./home/travis/.travis/functions: line 537:  5016 Terminated              travis_jigger "${!}" "${timeout}" "${cmd[@]}"

The command "travis_wait composer update --prefer-dist $COMPOSER_FLAGS" failed and exited with 255 during .

I have just changed

{% if best_matches not is empty %}

By

{% if best_matches is not empty %}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant