How to Increase WordPress Memory Limit

Are you getting a WordPress error that says “Allowed Memory Size Exhausted”?
This is one of the most popular WordPress errors. Though it is simple to increase the WordPress memory limit in just a few steps.
It’s a WordPress rite of passage to deal with fatal errors. It happens to everybody at some point.
If you have a hypermedia-heavy website, the regular WP setup will not be sufficient for you, and you will need to upgrade at some stage.
In this article, we’ll guide you on how to increase the WordPress PHP memory limit to correct the WP memory limit or WP memory exhaustion error.

How much memory does WordPress need?
The memory requirements for WordPress can vary depending on several factors such as the size and complexity of your website, the number of plugins and themes you use, and the amount of traffic your site receives. Therefore it is not that simple to answer how much memory WordPress need.
WordPress itself has a minimum memory requirement of 64MB, but this is typically not enough for most websites. A recommended minimum is around 128MB, although many hosting providers recommend allocating 256MB or more for optimal performance.
If you have a small website with basic functionality and a low level of traffic, 256MB of memory should be sufficient. However, as your website grows and you add more plugins, themes, and traffic increases, you may need to allocate more memory.
It’s worth noting that memory requirements can also vary depending on the hosting environment. Shared hosting plans may have stricter memory limitations compared to dedicated or cloud hosting solutions.
To determine the exact memory requirements for your WordPress website, you can monitor your site’s memory usage using tools provided by your hosting provider or WordPress plugins. Those tools can help you identify if your site is running out of memory and if additional resources need to be allocated.
It’s always recommended to consult with your hosting provider or system administrator to determine the optimal memory allocation for your specific WordPress installation, as they can provide guidance based on your website’s requirements and the hosting environment.
What is a WordPress Memory Exhausted Error?
PHP is a server-side programming language, and WordPress is written in it. For PHP to work properly, every website needs a WordPress hosting provider.
Web servers operate in the same way as any other device. They need memory to run several applications effectively at the same time. Different programs in WP are allotted different amounts of memory limit by server administrators.
When WordPress runs, it needs a certain amount of memory (RAM) to handle various tasks, such as processing themes, and plugins, and executing PHP scripts. By default, WordPress sets a limit on the amount of memory it can use. allowed memory size of bytes exhausted wordpress
If your website surpasses this limit, you’ll encounter the “Memory Exhausted Error.”
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx Or Fatal error: Allowed memory size of 41943040 bytes exhausted fatal error allowed memory size WordPress |
This error message appears when your WordPress code needs more memory limit than the default allocated memory limitation.
🔔 Another blog…
Do you know that a Wishlist page can also be shared with friends and family, or it can be kept private as a “to-buy later” list? To learn more please visit our latest blog on Best Wishlist Plugins
What is “Allowed memory size of bytes exhausted” in WordPress
The error message “Allowed memory size of bytes exhausted” in WordPress indicates that your WordPress site has exceeded the memory limit allocated to it. Each WordPress site has a predefined memory limit that restricts the amount of memory PHP can use while running scripts.
When a script, such as a plugin or a theme, tries to allocate more memory than the allowed limit, this error occurs. The error message usually includes the specific memory size that has been exhausted.
For example, the error message might look like this:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 123456 bytes) in /path/to/wordpress/wp-includes/some-file.php on line 123
What is the WordPress PHP memory limit?
PHP is the server-side programming language that creates the website’s HTML pages.
PHP is a versatile, dynamic programming language that can process WordPress interrogations, perform calculations, and more, but it requires memory to do so.
WordPress’s default memory limit is 32MB, but it’s normal if you’re in need to raise it. For example, WooCommerce recommends a WordPress memory limit of 64MB.

As WordPress hits the default memory limit, it will try to raise it to 40MB for single-site installations and 64MB for multisite installations. If that isn’t enough, a fatal error message line will appear.
Unless you installed a plugin that requires more memory, a memory limit of 128MB should suffice for most pages. Install the Server IP & Memory Use Display plugin to see how much memory each plugin consumes.
You can deactivate plugins to see how they affect memory use after you activate the Server IP and Memory Usage Display plugin. To avoid overloading your server, high-quality, all-in-one plugins can make efficient use of memory.
Why does WordPress demand more memory limit, to start with?
To increase the memory limit one needs to increase the maximum upload size in the WordPress wp-config.php memory limit file.
However, there’s an issue you should be cautious about. Increasing the memory limit will make WordPress inefficiencies harder to identify.
Before you increase the WordPress Memory Limit, I recommend that you first try to figure out what is consuming more memory. More resources thrown at a problem can sometimes end up costing much more in the long term, particularly if you have plans to upgrade the host.
Inefficiencies in WordPress can lead to a sluggish site and a bad user experience. But to get the solution you need to identify the root of the problem, which can help you solve a variety of problems down the road.
Just 4.4% of WordPress websites use the most recent version of PHP, and 64% uses the older version that no longer receives active updates.
Upgrading your hosting server’s PHP to the most recent version would make WordPress more effective and eliminate the need to raise the memory capacity in WordPress.
What is the Maximum Upload Limit in WordPress?
The maximum upload limit in WordPress refers to the largest file size that WordPress can accept for uploads. The maximum upload capacity in WordPress can be found on the media library upload screen.
Although this is beneficial to your host, it also improves the efficiency of your site. Large image file uploads, for example, perform poorly on your web because they take a long time to download and present.
🤷♀️ Do keep in mind:
Before you spend more money on the issue and raise the WP memory limit, see if there’s anything you can do to diminish the file size first, just as you did with the memory limit.
If your images are a little too big for their container or you haven’t compressed them, you can fix those issues first because they address the root of the problem, which is not properly enhancing your assets. For more details, see our guide on how you can speed up your website.

How to Increase PHP Memory Limit and Maximum Upload Limit in WordPress:

There are three options you can use to resolve WordPress Memory Exhausted Errors and raise the memory capacity and uploading limit in WordPress.
🚨 Always keep a new backup of your site files and database before making any significant changes so that you can recover your site if you make a mistake.
Now let’s get started! 😃
Edit your wp-config.php file
Since it contains your basic configuration information, wp-config.php memory is one of the essential files for a WordPress website. It’s in the root directory of your wp file system.

Look for this line to edit the memory and upload limits on the wp-config.php memory file:
WordPress Minimum Memory:
define('WP_MEMORY_LIMIT', '64M');
Change the value to a higher limit, such as ‘128M’ or ‘256M’. Save the file and check if the error is resolved. Note that some hosting providers may limit the maximum memory you can allocate, so you might not be able to set it to an arbitrarily high value.
define('WP_MEMORY_LIMIT', '128M');
You’re good to go with this wp config.php method. However, If you’re still having a fatal error, you might need to increase it again. But don’t go too far or your server will crash. Or you can seek assistance from your host.
Edit your PHP.ini file
If changing the wp-config.php file doesn’t solve the problem, you’ll have to deal with the problem in your server settings. PHP memory limit increase method may work here.
You won’t be able to access your PHP.ini file if you’re using shared hosting. If you do have access to PHP.ini. It’s most likely in the root folder, but the file’s location varies by the host.
Here’s what you need to do:
- Locate or find your php.ini file. If you can’t find it, simply build your php.ini file and save it in the WordPress installation’s root directory.
- Use your favorite editor to open and edit your php.ini file.
- Look for the line that says ‘memory limit = 32M’.
- Change the 32M or some other number to the desired limit (e.g. 256M or 512M).
- Restart your localhost or server after saving your changes.
Note: If you’ve made your own php.ini file, you’ll need to add the following line to it:
memory_limit = 256M (or 512M)
In certain instances, as you progress down the list from line one to line three, the values you add can grow larger. The ‘memory limit’ should be the biggest, while the ‘upload max filesize’ should be the lowest. And the ‘post max size’ should be the median.
Clear your browser’s cookies before checking if the error has disappeared.
Edit your .htaccess file
If you don’t have access to PHP.ini, you’ll have to edit your .htaccess file as a last resort. Since it is a secret file, the .htaccess file begins with a mark. Check to see if your SFTP file manager is keeping some files hidden from view if you don’t see them in your root folder.
Here are the details you need to add to your .htaccess file to increase the WordPress memory limit:
php_value memory_limit 256M
php_value upload_max_filesize 12M
php_value post_max_size 13M
Increase the PHP memory capacity if it hasn’t already been set. You can use the following code to increase PHP memory limit:
ini_set('memory_limit', '512M');
However, it only works for the file where it is written.
For more detailed information please check out our video on Fatal Error Solution below:
Wrapping Up
It can be nerve-wracking to configure the server and deal with fatal errors of increasing the memory limit in the WordPress website. The procedure you must follow is highly dependent on the hosting company you choose, which is why getting a reliable host is so critical. They will assist you in locating and modifying the settings that need to be changed.
However, increasing the wp memory limit for your website through the wp-config file is the easiest method you can count on, the other two can be a little down the line.
Finally, hope you liked the article. If yes! Then please leave a comment down below as well as join our Wpmet Community on Facebook for more exciting updates.

8 Comments
What is the Maximum Upload Limit in WordPress?
Hi Hirendra,
Hope you’re doing well.
Well, the Maximum Upload Limit of WordPress is 2MB to infinity.
This limit might be enough for small websites with a limited number of plugins and visitors.
Thank you so much 💖
Thanks
[…] Read this resourceful blog post from Wpmet to learn how to increase your WordPress memory limit. […]
Hi,
Thanks for sharing nice post on how to increase wp memory limit.
Thanks
Hello
I have set the limit to 256m via wp-config file.. Hope is ok?
BTW, thanks for this valuable information.
Anytime, Mohit!
Happy holidays… 😄
Wpmet team.
[…] Learn how to increase your WordPress memory limit from this resourceful blog post from Wpmet. […]