Hello!
I keep getting an error in our Laravel application that says “Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)”. I’ve increased the PHP memory limit to 2GB but I still keep getting this error. Our databases are a little more than 1GB in size, so I’m not sure if that could be the issue?
Any help would be greatly appreciated!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @d8ce18629910-41ba-a430-d7058a,
Are you sure the memory limit you’ve increased is taking place? To make sure you’ll need to check it. The check if that’s true, create a file called info.php in your laravel’s root directory. Inside this file you can type in:
<?php
phpinfo();
?>
Once you’ve saved the file you’ll need to open it in your browser - https://yourdomain.com/info.php. In there search for memory size and see if the updated value has taken place.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.