• Hi,

    I installed the plugin and the first scan give that message:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4403798 bytes) in /home/xxxx/public_html/test/wp-content/plugins/wordfence/lib/wordfenceHash.php on line 327

    What to do?
    Thanks

    https://wordpress.org/plugins/wordfence/

Viewing 1 replies (of 1 total)
  • Hi

    Great question.

    This is an indication that your memory in php.ini is not set high enough. You can define this in your php.ini file (usually found in /etc on linux systems check your documentation for windows servers). Look through he file for a line like this:
    memory_limit = 128M
    Keep in mind the 128M is probably different. That’s the amount of memory that php is allowed to consume. If you have 10 plugins and combined they consume more memory than you have allocated, you’re going to have problems. You can assign more by increasing this value. (my personal sites have 256M allowed, but this is for a pretty big site with a substantial number of hits and plugins). Make sure and restart httpd (apache) after making changes here.

    Let me know if this helps.

    Thanks,

    tim

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error – Memory’ is closed to new replies.