• Resolved doume

    (@doume)


    Hello,

    When the host details has memory_limit Local Value > Master Value then for PHP Memory Usage the plugin says “xxxM out of yyyM” with yyy = host Local Value.

    Because host Local Value > Master Value then Master Value applies, so in that particular host configuration case it should be “xxM out of zzzM” with zzz = host Master Value.

    https://ww.wp.xz.cn/plugins/debug-info/

Viewing 1 replies (of 1 total)
  • Plugin Author Scott DeLuzio

    (@scottdeluzio)

    Thanks for reporting this. I didn’t realize that this was happening.
    While investigating the issue, I realized that the PHP memory usage data was what was being used in the current script, and wasn’t useful for diagnosing some memory limit issues that were perhaps happening in a plugin or something on the front end of a site. This data could be a little more misleading to keep in than it’s worth at this point.
    I will be releasing a new update shortly that will remove this data from the plugin. The php_info() data will still be there so you’re able to still identify the local/master values for memory_limit.
    Thanks again for pointing this out.

Viewing 1 replies (of 1 total)

The topic ‘Memory limit: Local vs Master values’ is closed to new replies.