使用 php composer 出現 PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes)

使用 php composer require phpoffice/phpspreadsheet 出現

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar

解決方法:

改用 php -d memory_limit=-1 composer require phpoffice/phpspreadsheet 即可解決

參考:

https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors

Leave Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *