Viewing 2 replies - 1 through 2 (of 2 total)
  • Fatal error: Allowed memory size of 41943040 bytes exhausted

    Your PHP config allows only 41943040 bytes or 42MB per script. That’s abysmally small for today’s CMSes.

    You can increase this in your php.ini, or in your WordPress wp-config.php file.

    I cannot see how/why I’m getting memory size exhausted. There is plenty of room on the disc. Is it a setting in Worpress?

    This is about memory (RAM) and not disk/storage space. And it’s not about how much you have installed, but how much your software (PHP in this case) is allowed to use.

    Good luck!

    Thread Starter Griffinit

    (@griffinit)

    @gappiah Thanks. I assigned 64MB and this has cured the issue. All plug-ins now activated.

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

The topic ‘Exceeding Memory Size’ is closed to new replies.