Closed (fixed)
Project:
Guardr
Version:
8.x-1.x-dev
Component:
Guardr Project (Github Repo)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Nov 2019 at 14:21 UTC
Updated:
6 Apr 2020 at 00:44 UTC
Jump to comment: Most recent
Comments
Comment #2
shrop commentedRe-ran the job https://travis-ci.com/guardrdistro/guardr-project/jobs/255944586
Still failed. Noting that I see composer self updates to 1.9.1. Not sure if that is related. Might not be.
Comment #3
joestewart commentedprepending "COMPOSER_MEMORY_LIMIT=-1" to the composer install may allow the command to proceed.
Reference: https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors
Comment #4
shrop commentedI hit a memory error on local builds using composer create project using the following:
create-project guardrdistro/guardr-project:8.x-dev guardr-project --no-interactionThis did allow it to work:
COMPOSER_MEMORY_LIMIT=-1 composer create-project guardrdistro/guardr-project:8.x-dev guardr-project --no-interaction. Don't think this is directly related to this issue, but just to show Joe's comment #3 solution does work.Comment #5
shrop commentedComment #6
shrop commentedSetup this PR: https://github.com/guardrdistro/guardr-project/pull/22 to add
COMPOSER_MEMORY_LIMIT=-1to the composer install command.The test ran without memory error.
Comment #7
shrop commented