35,10,0,50,1
25,600,60,0,3000,5000,25,800
90,150,1,50,12,30,50,1,70,12,1,50,1,1,1,5000
0,2,1,0,2,40,15,5,2,1,0,20,0,1
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com...
welcome to wplecturer.com...
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com

Why is my WordPress website using a constant <400MB RAM ?

More
1 month 2 weeks ago #2262 by ekatsa
Why is my WordPress website using a constant <400MB RAM even when I disable all plugins and use a basic theme on shared hosting?

Please Log in to join the conversation.

More
1 month 2 weeks ago #2263 by ekatsa
 a) from php.iniHow do I set memory limit in WordPress?Here's what you need to do:
  1. Locate or find your php. ini file. ...
  2. Use your favorite editor to open and edit your php. ini file.
  3. Look for the line that says 'memory limit = 32M'.
  4. Change the 32M or some other number to the desired limit (e.g. 256M or 512M).
  5. Restart your localhost or server after saving your changes.
 b) Edit wp-config.php and increase wp_memory_limitIf you’re running low on memory, there’s a simple solution: increase the amount of memory you have access to! WordPress lets you set the current memory limit in its  wp-config.php  file  via the 
Code:
wp_memory_limit
 variable. However, this limit may be less than the amount of memory provided with your hosting plan. 

Please Log in to join the conversation.

Time to create page: 0.190 seconds