The plugin already uses the correct function to get the memory limit
ini_get('memory_limit')
That means your local value is overwriting your master value at runtime. I have no intention of changing it.
Like all other server plugin that is the correct way to get memory limit.
If I put a php info file I see memory limit 128, that’s correct.
Your plug in show to me 256 MB.
You know how can I fix this issue? the php info give the correct value.
IF I PUT a php info file into a folder of my server show master and local same, in wordpress seems there are different master and local.
Your plug in have no settings for decide with one see as default so how can i may solve this issue? Do you know? Thanks.
There is nothing to fix, this is the correct behavior.
memory_limit can be overwritten at runtime.
That means that some plugin/theme is overwriting the memory_limit.
You might want to search for ini_set or WP_MEMORY_LIMIT or WP_MAX_MEMORY_LIMIT in your code base.
Thank you,
I have tested on new WordPress install without any plug in and theme.
The issue is the same so is not possible is a theme or plug in who overwrite memory_limit. Also tried to put infophp into WordPress folder and again memory limit is 128 not 256 however I can see this memory issue with all memory php plug in.
Just on the old WP System Health this issue is not present but I have removed this plug in as is not updated in the last two years.
I will look for a solution for this, any plug in who can solve this issue… thanks again.
I will look for a solution. Alternative plug in or to understand how to solve this.