• My host says I have 128mb assigned to Mythusmage Today, but your plugin says I don’t have enough assigned. Who should I trust?

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

    (@nextscripts)

    You should trust the plugin. You hoster can say anything, but plugin is using this standard PHP function to get the memory limit.

    $memory_limit = ini_get(‘memory_limit’);

    That’s it. This is all the code. This function returns the real amount of memory available to the script at the time of execution.

Viewing 1 replies (of 1 total)

The topic ‘You Sure About That?’ is closed to new replies.