128mb

Website URL

wp admin panel

Error Message

Current memory limit: 40 MB | We recommend setting memory to at least 128MB

Other Information

the memory limit is 40 mb ? is it normal ?

The memory limit was updated to 125MB about 5 years ago, so my guess is that it is being detected wrong?

1 Like

thx for the reply

I tried to install and uninstall the plugin, wich is woozone but i still get the error

where can i see the current memory limit in this case ?

Regards

Just dismiss the notice, you should be fine. I don’t think it is possible to read the value yourself

2 Likes

Try open wp-config.php and add

define('WP_MEMORY_LIMIT', '128M');
define('WP_MAX_MEMORY_LIMIT', '128M');
1 Like

The PHP memory limit is currently set to 512 MB for all accounts, which should be more than enough, and also way more than the 40 MB quoted there.

You can verify this by creating a new PHP file in your htdocs folder (e.g. memorylimit.php), with these contents:

<?php var_dump(ini_get('memory_limit'));

Then open that page in your browser (e.g. http://example.com/memorylimit.php) and you’ll see the actually configured memory limit.

6 Likes

Hi all

thank you for your replies
Actually the memory limit is 512 MB, i checked with woocommerce status,

I guess the other plugin did a bad detection.

Thx and regards

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.