Allowed Memory Size Of 1610612736 B

[Solved] Allowed Memory Size Of 1610612736 B | Php - Code Explorer | yomemimo.com
Question : Allowed memory size of 1610612736 b

Answered by : odd-oystercatcher-1rh8pk5iv31v

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" %*

Source : | Last Update : Thu, 08 Oct 20

Answers related to allowed memory size of 1610612736 b

Code Explorer Popular Question For Php