symfony-cmf / seo-bundle

A SEO Solution for duplicate contents, page titles, etc.
https://cmf.symfony.com
47 stars 27 forks source link

Travis configuration PHP Allowed memory size #363

Open sad270 opened 5 years ago

sad270 commented 5 years ago

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 %}