<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Fatal error: Allowed memory size when adding new gravity forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms</link>
		<description>Gravity Support Forums Topic: Fatal error: Allowed memory size when adding new gravity forms</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:57:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>lalomarquez on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-24365</link>
			<pubDate>Thu, 28 Apr 2011 01:03:18 +0000</pubDate>
			<dc:creator>lalomarquez</dc:creator>
			<guid isPermaLink="false">24365@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Kevin, it worked for me. Best regards, Ed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9828</link>
			<pubDate>Tue, 14 Sep 2010 07:51:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9828@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In some instances you can increase the memory limit for WordPress via the wp-config.php file. This may help, but it depends on how much is allotted by your web host.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62; Increasing memory allocated to PHP&#60;/p&#62;
&#60;p&#62;Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as &#34;Allowed memory size of xxxxxx bytes exhausted&#34;.&#60;/p&#62;
&#60;p&#62;This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 32MB (code is at beginning of wp-settings.php), so the setting in wp-config.php should reflect something higher than 32MB.&#60;/p&#62;
&#60;p&#62;Please note, this setting may not work if your host does not allow for increasing the PHP memory limit--in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB. &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Increase PHP Memory to 64MB&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;WP_MEMORY_LIMIT&#38;#39;, &#38;#39;64M&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Increase PHP Memory to 96MB&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;WP_MEMORY_LIMIT&#38;#39;, &#38;#39;96M&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cyri on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9547</link>
			<pubDate>Wed, 08 Sep 2010 00:08:09 +0000</pubDate>
			<dc:creator>cyri</dc:creator>
			<guid isPermaLink="false">9547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl.  I will take a closer look at my PHP set up in addition to my other plugins.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9502</link>
			<pubDate>Tue, 07 Sep 2010 10:53:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9502@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@cyri there could also be something going on with your PHP setup in general, not just plugin related.  It does seem like a lot of memory to be using and there aren't any known issues with Gravity Forms causing this type of problem so it's most likely something unrelated to Gravity Forms as other people would be reporting the issue if it was a bug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cyri on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9494</link>
			<pubDate>Tue, 07 Sep 2010 01:50:04 +0000</pubDate>
			<dc:creator>cyri</dc:creator>
			<guid isPermaLink="false">9494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks illinoisharley for the tip about something else probably going on.&#60;br /&#62;
I'm using WP 3.01 and I believe PHP 5.  I'm using the 1.4 beta version of Gravity Forms.&#60;br /&#62;
I will try deactivating all my plugins except Gravity Forms and see if I still get the error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9482</link>
			<pubDate>Mon, 06 Sep 2010 20:04:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">9482@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting.  cyri has a 256MB allowed and obvio has just 32MB.  &#60;/p&#62;
&#60;p&#62;What version of WordPress?  And what version of PHP?  (there is a version_compare for PHP in load.php).&#60;/p&#62;
&#60;p&#62;For obvio, I think I would try to get more memory for PHP.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/plugin-google-xml-sitemaps-xml-sitemap-memory-limit-problem#post-1595661&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/plugin-google-xml-sitemaps-xml-sitemap-memory-limit-problem#post-1595661&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For cyri, I think there is something else going on, since PHP really shouldn't suck up 256MB of RAM.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>obvio on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9472</link>
			<pubDate>Mon, 06 Sep 2010 13:55:56 +0000</pubDate>
			<dc:creator>obvio</dc:creator>
			<guid isPermaLink="false">9472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;same here..&#60;/p&#62;
&#60;p&#62;Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in /Users/~/Site/wp-admin/includes/schema.php on line 710&#60;/p&#62;
&#60;p&#62;this is the 1.4 beta
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cyri on "Fatal error: Allowed memory size when adding new gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9470</link>
			<pubDate>Mon, 06 Sep 2010 13:49:35 +0000</pubDate>
			<dc:creator>cyri</dc:creator>
			<guid isPermaLink="false">9470@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a site where I'm using a number of Gravity Forms (about 10 different forms).  I need to add a few more but I'm starting to get error messages like the following about allowed memory size.  Any ideas if this is related to Gravity Forms?  That is all I have been working on so maybe there is some limit to the number / complexity of forms on a site?&#60;/p&#62;
&#60;p&#62;Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 90 bytes) in /home/cyrijones2/httpdocs/wp-includes/load.php on line 552&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
