<?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>Prolific Notion &#187; Drupal</title>
	<atom:link href="http://www.prolificnotion.co.uk/category/development/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prolificnotion.co.uk</link>
	<description>Welcome to the miscellaneous mutterings of Simon Dingley, Freelance Web Developer</description>
	<lastBuildDate>Sat, 24 Jul 2010 14:23:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Drupal : Fatal error: Allowed memory size of X bytes exhausted</title>
		<link>http://www.prolificnotion.co.uk/drupal-fatal-error-allowed-memory-size-of-x-bytes-exhausted/</link>
		<comments>http://www.prolificnotion.co.uk/drupal-fatal-error-allowed-memory-size-of-x-bytes-exhausted/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 12:09:38 +0000</pubDate>
		<dc:creator>Simon Dingley</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://blog.prolificnotion.co.uk/?p=101</guid>
		<description><![CDATA[A project I am currently working on needs the facility to export a couple of thousand users and user profiles and I was getting out of memory errors. A quick search helped me discover that rather than editing the php.ini to increase memory for all sites on the server I can do it on an [...]


Related posts:<ol><li><a href='http://www.prolificnotion.co.uk/asp-vbscript-request-object-error-asp-0104-80004005-operation-not-allowed/' rel='bookmark' title='Permanent Link: ASP VBScript &#8211; Request object error &#8216;ASP 0104 : 80004005&#8242; &#8211; Operation not Allowed'>ASP VBScript &#8211; Request object error &#8216;ASP 0104 : 80004005&#8242; &#8211; Operation not Allowed</a> <small>You may receive a 403 error when you use an...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.prolificnotion.co.uk%2Fdrupal-fatal-error-allowed-memory-size-of-x-bytes-exhausted%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.prolificnotion.co.uk%2Fdrupal-fatal-error-allowed-memory-size-of-x-bytes-exhausted%2F&amp;style=normal&amp;service=bit.ly&amp;service_api=R_e35365ff035ed93fc3e67e6f868b7be3" height="61" width="50" /><br />
			</a>
		</div>
<p>A project I am currently working on needs the facility to export a couple of thousand users and user profiles and I was getting out of memory errors. A quick search helped me discover that rather than editing the php.ini to increase memory for all sites on the server I can do it on an individual site basis in the settings.php file for the site.</p>
<p>If it doesn&#8217;t already exist add the following line:</p>
<pre class="brush: php;">ini_set('memory_limit', '16M');</pre>
<p>&#8230;to your sites/default/settings.php file and amend the value accordingly until you achieve the upper memory limit required.</p>
<p>More information and alternative methods of achieving the same outcome can be found in the <a title="Increase PHP memory limit" href="http://drupal.org/node/207036" target="_blank">Increasing PHP memory limit</a> document on the Drupal site.</p>


<p>Related posts:<ol><li><a href='http://www.prolificnotion.co.uk/asp-vbscript-request-object-error-asp-0104-80004005-operation-not-allowed/' rel='bookmark' title='Permanent Link: ASP VBScript &#8211; Request object error &#8216;ASP 0104 : 80004005&#8242; &#8211; Operation not Allowed'>ASP VBScript &#8211; Request object error &#8216;ASP 0104 : 80004005&#8242; &#8211; Operation not Allowed</a> <small>You may receive a 403 error when you use an...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.prolificnotion.co.uk/drupal-fatal-error-allowed-memory-size-of-x-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
