<?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>kevinleary.net &#187; Troubleshooting</title> <atom:link href="http://www.kevinleary.net/blog/wordpress/troubleshooting/feed/" rel="self" type="application/rss+xml" /><link>http://www.kevinleary.net</link> <description>Portfolio &#38; blog of Kevin Leary, a Boston based WordPress CMS &#38; jQuery designer &#38; developer.</description> <lastBuildDate>Tue, 24 Aug 2010 17:54:40 +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>Handling Large WordPress Import/Export Files (WXR)</title><link>http://www.kevinleary.net/handling-large-wordpress-importexport-files-wxr/</link> <comments>http://www.kevinleary.net/handling-large-wordpress-importexport-files-wxr/#comments</comments> <pubDate>Mon, 29 Jun 2009 16:21:57 +0000</pubDate> <dc:creator>kevin</dc:creator> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Wordpress]]></category><guid isPermaLink="false">http://www.kevinleary.net/?p=580</guid> <description><![CDATA[If your having issues importing a large (more than 20MB) WordPress XML File (WXR) you can fix it by increasing the amount of memory PHP is allowed. Here’s how: Open up your wp-config.php file Add the following line: define&#40;'WP_MEMORY_LIMIT', '96M'&#41;; The WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be [...]]]></description> <content:encoded><![CDATA[<p>If your having issues importing a large (more than 20MB) WordPress XML File (WXR) you can fix it by increasing the amount of memory PHP is allowed. Here’s how:</p><ol><li>Open up your <strong>wp-config.php</strong> file</li><li>Add the following line:</li></ol><div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_MEMORY_LIMIT'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'96M'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div><h3></h3><p>The <strong>WP_MEMORY_LIMIT</strong> option allows you to specify the maximum amount of memory that can be consumed by PHP.</p> ]]></content:encoded> <wfw:commentRss>http://www.kevinleary.net/handling-large-wordpress-importexport-files-wxr/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>