• Resolved swjack14

    (@swjack14)


    I keep seeing this message in the topic title. I have three WordPress sites. I have asked, and my web host has said that they raised the PHP memory limit to 64 on each of them. But I keep seeing this message. Either they didn’t, or the message is incorrect. Is it cached? Is there a place I can check this in CPanel on my host?

    https://ww.wp.xz.cn/plugins/updraftplus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi,

    PHP doesn’t cache this, so, the message is likely to be correct. It essentially boils down to a call to the PHP function ini_get(‘memory_limit’). So, you could upload a file with this in it:

    <?php var_dump(ini_get(‘memory_limit’));

    What happens if you upload and run such a file?

    David

    Thread Starter swjack14

    (@swjack14)

    Well, I have no clue how to do that? Upload it where and run it how? I am somewhat less than a webmaster 🙂

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Upload it as the contents of a file ending in .php
    e.g. test.php
    And then visit it via a web browser.

    DAvid

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

The topic ‘"Your PHP memory limit is very low" message’ is closed to new replies.