alexcheng1982 / docker-magento2

Docker image for Magento Open Source 2
MIT License
381 stars 258 forks source link

Disable composer memory limit when installing sample data #69

Open bmatthieuedn opened 3 years ago

bmatthieuedn commented 3 years ago

Fix composer fatal error due to memory limit :

Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 31457312 bytes) in /var/www/html/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php on line 594

markus456 commented 1 year ago

This seemed to fix the sample data installation for me.