Trying to setup a project, cannot open any magenta php file (index nor install), getting
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in D:\Programs\nginx-1.15.9\html\magento.com\app\code\core\Mage\Core\Model\Config.php on line 1416
Composer updated. How to fix it?
v1.9.4.0
Hi @jagge_bfdsa,
It seems you memory limit is low.
Can you check which is your current PHP Memtoy limit and try to increase that value?
Hi @jagge_bfdsa
It means that you need to increase the php memory limit. And here is the link of solution which can help you in this.
I hope it will work for you.
Thanks
--
If my answer is useful, please Accept as Solution & give Kudos
I gave 6G memory to it, still the same problem. I'm afraid I cannot share any more memory. Is it possible to track which script is running out of it?