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

Travis configuration PHP Allowed memory size #363

@sad270

Description

@sad270

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions