<?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; semaphores</title>
	<atom:link href="http://blog.mostlychris.com/tag/semaphores/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>
	</channel>
</rss>

