PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Fatal Error Memory Size

  1. I can no longer open up my site since I downloaded the Gravity form. This is the message that pops up. What should I do next?

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /usr/home/suninn/public_html/suninn/wp-content/plugins/gravityforms/form_display.php on line 427

    Posted 11 years ago on Thursday February 14, 2013 | Permalink
  2. Sounds like you are low on available PHP Memory. You can follow the steps here to increase that at your WP site level and at the server level:

    http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/

    Posted 11 years ago on Thursday February 14, 2013 | Permalink
  3. I am running into this too but only since the last update (1.7.5) I guess it needs more resources. Problem solved by adding define('WP_MEMORY_LIMIT', '96M'); to my wp-config.php file.

    Posted 10 years ago on Thursday June 6, 2013 | Permalink
  4. David Peralty

    Everyone at this point should be running 128MB or larger for PHP and WordPress available memory. WordPress, its plugins and themes are getting more memory intensive and there is little reason why you shouldn't be able to find a host that would allow you that much memory.

    Posted 10 years ago on Thursday June 6, 2013 | Permalink