<?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>jz&#039;s blog &#187; memory size</title>
	<atom:link href="http://www.imjz.org/archives/tag/memory-size/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imjz.org</link>
	<description>党说，这个可以访问！</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:53:01 +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升级出错：Allowed memory size of 33554432 bytes exhausted</title>
		<link>http://www.imjz.org/archives/26</link>
		<comments>http://www.imjz.org/archives/26#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:21:56 +0000</pubDate>
		<dc:creator>老毛</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[memory size]]></category>
		<category><![CDATA[wordpress升级]]></category>
		<category><![CDATA[WP_MEMORY_LIMIT]]></category>

		<guid isPermaLink="false">http://www.imjz.org/?p=26</guid>
		<description><![CDATA[<p>IMJZ刚建成就有更新，当然要升级咯。</p>
<p>第一次升级可不能马虎，怀着惴惴不安的心情点了升级，</p>
<p>郁闷，果然出错了。<br />
google了下，还好解决方法不太麻烦。<a title="http://wordpress.org/support/topic/194370" href="http://wordpress.org/support/topic/194370" target="_blank">http://wordpress.org/support/topic/194370</a></p>
<div>
<div>
<blockquote><p>Here&#8217;s the full solution[......]</p></blockquote></div></div><p class='read-more'><a href='http://www.imjz.org/archives/26'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>IMJZ刚建成就有更新，当然要升级咯。</p>
<p>第一次升级可不能马虎，怀着惴惴不安的心情点了升级，</p>
<p>郁闷，果然出错了。<br />
google了下，还好解决方法不太麻烦。<a title="http://wordpress.org/support/topic/194370" href="http://wordpress.org/support/topic/194370" target="_blank">http://wordpress.org/support/topic/194370</a></p>
<div>
<div>
<blockquote><p>Here&#8217;s the full solution in the cleanest possible way:</p>
<ol>
<li>Create a file called php.ini in the root of your site (if you are using a hosted addon domain, this must be in the subdirectory of that site)</li>
<li>In php.ini, enter a line that says<br />
<code>memory_limit = 64MB</code></li>
<li>In your site&#8217;s .htaccess (being a WordPress blog, I&#8217;m assuming there is one), enter the following line<br />
<code>SetEnv PHPRC /&lt;unix path to the directory where php.ini is&gt;/</code><br />
(keep the slashes)</li>
<li>Edit wp-config.php and enter the following line<br />
<code>define('WP_MEMORY_LIMIT', '64M');</code></li>
<li>Upload the new files to the server</li>
</ol>
<p>Oh, and don&#8217;t tell your hosting provider you&#8217;ve done this&#8230;</p></blockquote>
<p>租用的空间改php.ini 比较麻烦，按照第四点，改了wp-config.php，升级OK。</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.imjz.org/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
