<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KADIMI [Web Dev, SEO, Linux...] &#187; memory</title>
	<atom:link href="http://www.kadimi.com/en/tag/memory/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kadimi.com/en</link>
	<description>Blog &#38; Free Tech Support</description>
	<lastBuildDate>Thu, 02 Sep 2010 21:22:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress upgrade error (Allowed memory size of 33554432 bytes exhausted)</title>
		<link>http://www.kadimi.com/en/upgrade-error-387</link>
		<comments>http://www.kadimi.com/en/upgrade-error-387#comments</comments>
		<pubDate>Sat, 09 Jan 2010 09:15:28 +0000</pubDate>
		<dc:creator>Nabil</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.kadimi.com/en/?p=387</guid>
		<description><![CDATA[The problem Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/mydomain/public_html/blog/wp-includes/http.php on line 1370 This can happen at any line and with any file, not only http.php at line 1370! Explanation Don&#8217;t worry if you get this error, there is nothing wrong with your server or hosting plan [...]]]></description>
			<content:encoded><![CDATA[<h2>The problem</h2>
<blockquote><p>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/mydomain/public_html/blog/wp-includes/http.php on line 1370</p></blockquote>
<p>This can happen at any line and with any file, not only http.php at line 1370!</p>
<h2>Explanation</h2>
<p>Don&#8217;t worry if you get this error, there is nothing wrong with your server or hosting plan etc. Whenever a new version of WordPress is released, new features are added, thus more calculations, so logically more memory is needed.<br />
In older versions of WordPress (before 2.7&#8230; I think), the memory limit was set to 32M, if you are upgrading WordPress, you will probably get that error, you will have to edit the wp-settings.php file and set (I should say change) the constant WP_MEMORY_LIMIT value to 64M, giving PHP more memory to play with.</p>
<h2>The solution</h2>
<ul>
<li>Open the remote file wp-settings.php file located on the base directory where you installed your WP blog</li>
<li>find this code (probably at line 13)<br />
<blockquote><p><code>define('WP_MEMORY_LIMIT', '32M');</code></p></blockquote>
</li>
<li>Replace with<br />
<blockquote><p><code>define('WP_MEMORY_LIMIT', '64M');</code></p></blockquote>
</li>
<li>Run the upgrade process again</li>
<li>Enjoy your updated WP blog</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kadimi.com/en/upgrade-error-387/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
