Я использую Symfony 4 ...
Я запускаю эту команду:
php -d memory_limit=-1 composer.phar require form
Сценарий успешно проходит через эти точки ...
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package symfony/lts is abandoned, you should avoid using it. Use symfony/flex instead.
Generating autoload files
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 255
!!
!! // Clearing the cache for the dev environment with debug
!! // true
Тогда я получаю эту ошибку:
!! Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /Applications/XAMPP/xamppfiles/htdocs/xxxx/vendor/symfony/var-dumper/Cloner/Data.php on line 306
Я могу запустить этот скрипт без проблем:
php -d memory_limit=-1 bin/console cache:clear
Я не знаю, как обойти это, потому что моя команда говорит обойти ограничение памяти,Что я могу сделать, чтобы выйти за рамки этой ошибки, я не могу ничего установить на данный момент.