By use of Windows, Xampp and php 32-bit version and cloned a laravel Project and it is giving the following error when I run Composer update.
"Out of memory (allocated 1585446912) (tried to allocate 4096 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/Solver.php on line 220 "
What I have done is
- To increase memory size of php.ini to -1
- Tried to download php 64 bit and run the following command
"C:\Users\Niroj Dev\Documents\php-7.4.4\php.exe" -d memory_limit=-1 "C:/ProgramData/ComposerSetup/bin/composer.phar" update
The above two way is unsuccessfull
Can someone help me out.? please!
Thank you.