<?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>Ramblings from MostlyChris &#187; memory</title>
	<atom:link href="http://blog.mostlychris.com/tag/memory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Increasing Semaphores</title>
		<link>http://blog.mostlychris.com/2009/11/increasing-semaphores/</link>
		<comments>http://blog.mostlychris.com/2009/11/increasing-semaphores/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 08:05:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[semaphores]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=595</guid>
		<description><![CDATA[If you run into semaphore issues&#8230;. First, determine the number of semaphores in use. ipcs &#124; wc -l Then determine the current settings in the kernel for the number of semaphores. cat /proc/sys/kernel/sem Look at the 4th field. It shows the maximum number of shared memory segments for the entire system. If your number of [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/11/increasing-semaphores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Fails to Start (Again)</title>
		<link>http://blog.mostlychris.com/2009/09/macbook-fails-to-start-again/</link>
		<comments>http://blog.mostlychris.com/2009/09/macbook-fails-to-start-again/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:48:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Macbook]]></category>
		<category><![CDATA[Broken]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=563</guid>
		<description><![CDATA[First of all, let me apologize for not having any pictures to go along with this article. I was in a hurry to get the MacBook to start up and had to just do it. This deals with a white MacBook in the 2007 vintage. There have now been two occassions in which the MacBook [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/09/macbook-fails-to-start-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 8388608 bytes exhausted PEAR</title>
		<link>http://blog.mostlychris.com/2009/07/fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-pear/</link>
		<comments>http://blog.mostlychris.com/2009/07/fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-pear/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 04:22:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=523</guid>
		<description><![CDATA[I was installing APC on a server and ran across this error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /usr/share/pear/PEAR/PackageFile/v2/Validator.php on line 1831 One would assume that fixing this would be to edit the php.ini file and change the memory settings. However, that is not the case [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/07/fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-pear/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Memory Issues During PECL Package Install</title>
		<link>http://blog.mostlychris.com/2009/03/memory-issues-during-pecl-package-install/</link>
		<comments>http://blog.mostlychris.com/2009/03/memory-issues-during-pecl-package-install/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 03:48:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[pecl]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=344</guid>
		<description><![CDATA[Recently, I ran into an error while attempting to install a PECL package on a Redhat 5.3 64bit server. &#8212;- Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 23040 bytes) in /usr/share/pear/PEAR/Builder.php on line 263 &#8212;- I checked the memory limit setting in /etc/php.ini and it was set for 16M so [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/03/memory-issues-during-pecl-package-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

