📌  相关文章
📜  允许的内存大小为 1610612736 字节用尽 4096 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:31.400000             🧑  作者: Mango

代码示例2
On Windows 10;

Goto C:\ProgramData\ComposerSetup\bin

Edit: composer.bat and add memory_limit=-1 in the last line as shown below.

@echo OFF
:: in case DelayedExpansion is on and a path contains ! 
setlocal DISABLEDELAYEDEXPANSION
php -d memory_limit=-1 "%~dp0composer.phar" %*