Notifications
Clear all
Topic starter 08/10/2024 12:19 pm
Why is my WordPress website using a constant <400MB RAM even when I disable all plugins and use a basic theme on shared hosting?
Topic starter 08/10/2024 12:20 pm
a) from php.iniHow do I set memory limit in WordPress?Here's what you need to do:
[list=1]
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
wp_memory_limit
variable. However, this limit may be less than the amount of memory provided with your hosting plan.