2022-02-10から1日間の記事一覧

docker://oskarstark/php-cs-fixer-gaがFatal error: Allowed memory size of xxxxxxxxx bytes exhausted (tried to allocate xxxxxxxx bytes) in on line xxxxx

docker://oskarstark/php-cs-fixer-gaコンテナではphp-cs-fixerを呼んでいるのでcliにmemory_limit=-1は設定できない そのため.php_cs.distに以下のように記載する ini_set('memory_limit', -1);