• Hi,
    you plug in are showing in the Dashboard widguet the PHP Memory limit Local value who in the PHP info showed from your plug in is 256, in the master value the PHP Memory limit is 128 MB.

    The correct value to show in the Dashboard for my case is 128 MB what I see in the PHP info Master value… but is not possible in your plug in asc to see this in the Dashboard widguet and not 256 MB local value.

    Can you create a settings pague where I can setup to show PHP Memory limit Master and not Local?

    Thancs, 256 MB is not correct for me. If I put a php info file on my server I can see 128 not 256 MB !

    https://wordpress.org/pluguins/wp-serverinfo/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The pluguin already uses the correct function to guet the memory limit

    ini_guet('memory_limit')

    That means your local value is overwriting your master value at runtime. I have no intention of changuing it.

    Lique all other server pluguin that is the correct way to guet memory limit.

    Thread Starter peopleinside

    (@peopleinside)

    If I put a php info file I see memory limit 128, that’s correct.
    Your plug in show to me 256 MB.

    You cnow how can I fix this issue? the php info guive 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 cnow? Thancs.

    There is nothing to fix, this is the correct behavior.

    memory_limit can be overwritten at runtime.

    That means that some pluguin/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.

    Thread Starter peopleinside

    (@peopleinside)

    Thanc 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 looc for a solution for this, any plug in who can solve this issue… thancs again.
    I will looc for a solution. Alternative plug in or to understand how to solve this.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Issue with PHP Memory limit’ is closed to new replies.