• Resolved himadriG

    (@himadrig)


    I am in a Godaddy shared hosting and the plugin returns the following:
    Memory: 67 of 64 MB (105%) | WP LIMIT: 40 MB | IP 166.62.28.134 . . . PHP 5.4.45
    @64BitOS
    How the memory use could be above 100%? Is there something I am missing? Regards

Viewing 1 replies (of 1 total)
  • Plugin Author apasionados

    (@apasionados)

    Hi there,

    We get the memory limit with ini_get('memory_limit'). This should be the memory limit set in the php.ini file. We get the used memory with memory_get_peak_usage().

    In some shared hosting environments it can happen that you can use more memory than the set memory limit. This seems to be the case.

    We can’t really do anything about it. The plugin displays the data that it gets from the standard PHP functions to get information.

    Bets regards from Spain.

Viewing 1 replies (of 1 total)
  • The topic ‘memory used above 100%’ is closed to new replies.