Resolve a composer.json for an old Laravel 5.2 code base now consumes
1.8 GiB of RAM.
It seems reasonable to allow this container specialized to run PHP
CLI applications to let the application to consume 2 GiB of RAM.
Fixes T1638.
Differential D2367
Ensure enough memory for Composer dereckson on Oct 12 2020, 05:18. Authored by Tags None Referenced Files
Subscribers None
Details
Resolve a composer.json for an old Laravel 5.2 code base now consumes It seems reasonable to allow this container specialized to run PHP Fixes T1638. composer install
Diff Detail
Event TimelineComment Actions zenerre $ php -r "echo ini_get('memory_limit').PHP_EOL;" 2G $ composer install ... Writing lock file Generating autoload files ... Worked. Composer consumed at peak 1.8 GiB RAM watching docker stats zenerre. |