If you say what is WordPress Memory Limit, it means that the application or plugins can be used if needed. Of course, themes, apps and other plugins need a memory, but when the number of them increases, the processes done in WordPress increase or, very simply, your visitor increases, you need to upgrade the 40MB (which may change from time to time) default setting by WordPress.
How to edit WordPress Memory Limit?
Although many sources provide information about how to do this, the results may not be obtained because a very small detail is not given. For this reason, this resource we prepared will be very helpful to you.
Basically, the memory limit can be increased by many methods, but we want to share the simplest and guarantee method with you. Follow the steps below exactly.
Enter your site provider's site for your site.
Login to the panel.
Open the file manager.
Enter the file where WordPress is installed. (Or do all this with ftp program)
Open config.php to find and edit it.
define( ‘WP_MEMORY_LIMIT’, ‘96M‘ );
We will place the above code in the relevant part of the file. Arrange the red part as much as you need. For example, 128M will save the file later, but where do we paste this code. It doesn't work if you paste it anywhere. So WordPress shows you where to paste it.
In a line of the file
wp-settings.php
ou will see a section. Paste right above this line. This will increase your WordPress Memory Limit. WordPress will no longer be clogged when you have too many visitors or use a lot of plugins.
