<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to fix the OOM killer crashes under Linux</title>
	<atom:link href="http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/</link>
	<description>Mozilla, Photography and the Daily Life</description>
	<lastBuildDate>Sat, 01 Oct 2011 20:04:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jerry Champlin</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-11659</link>
		<dc:creator>Jerry Champlin</dc:creator>
		<pubDate>Sat, 01 Oct 2011 20:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-11659</guid>
		<description>you could put something like this in cron:
 passenger-memory-stats &#124; perl -ne &#039;if (/(\d+)\s+\d+.\d\sMB\s+(\d+\.\d)\sMB\s+Rails:.*(app1&#124;app2)/) { if ($2 &gt; 180) { print &quot;$1\t$2\t$3\n&quot;; system(&quot;kill $1&quot;);}}&#039;</description>
		<content:encoded><![CDATA[<p>you could put something like this in cron:<br />
 passenger-memory-stats | perl -ne &#8216;if (/(\d+)\s+\d+.\d\sMB\s+(\d+\.\d)\sMB\s+Rails:.*(app1|app2)/) { if ($2 &gt; 180) { print &#8220;$1\t$2\t$3\n&#8221;; system(&#8220;kill $1&#8243;);}}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fran</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-11567</link>
		<dc:creator>Fran</dc:creator>
		<pubDate>Fri, 16 Sep 2011 08:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-11567</guid>
		<description>Nice one Henrik - I was pulling my hair out over this f&amp;*^^%&quot;ing behaviour. Hopefully this will sort out my own issue (I&#039;m a Wordpress user too).</description>
		<content:encoded><![CDATA[<p>Nice one Henrik &#8211; I was pulling my hair out over this f&amp;*^^%&#8221;ing behaviour. Hopefully this will sort out my own issue (I&#8217;m a WordPress user too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Skupin</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-11185</link>
		<dc:creator>Henrik Skupin</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-11185</guid>
		<description>As I have said above it was a comment plugin. I don&#039;t remember the name anymore. But whenever you have a high memory usage and Linux overcommits check the ps command for suspicious processes. But well, you could suffer from another issue. It&#039;s hard to tell that way.</description>
		<content:encoded><![CDATA[<p>As I have said above it was a comment plugin. I don&#8217;t remember the name anymore. But whenever you have a high memory usage and Linux overcommits check the ps command for suspicious processes. But well, you could suffer from another issue. It&#8217;s hard to tell that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pogson</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-11180</link>
		<dc:creator>Robert Pogson</dc:creator>
		<pubDate>Wed, 10 Aug 2011 20:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-11180</guid>
		<description>I am having a similar problem. What plugin was giving the problem?</description>
		<content:encoded><![CDATA[<p>I am having a similar problem. What plugin was giving the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Skupin</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-10439</link>
		<dc:creator>Henrik Skupin</dc:creator>
		<pubDate>Tue, 22 Feb 2011 15:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-10439</guid>
		<description>Well, all the stuff above can be used to prevent a crash of a server. As it turned out the underlying issue here was a Wordpress plugin for comments, which didn&#039;t play well with php-cgi. There were a dozen of dead processes hanging around.</description>
		<content:encoded><![CDATA[<p>Well, all the stuff above can be used to prevent a crash of a server. As it turned out the underlying issue here was a WordPress plugin for comments, which didn&#8217;t play well with php-cgi. There were a dozen of dead processes hanging around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-10435</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Mon, 21 Feb 2011 21:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-10435</guid>
		<description>This might be able to help phusion passenger users too...oh wait maybe they can just setup a monitor to kill large ruby processes, too?</description>
		<content:encoded><![CDATA[<p>This might be able to help phusion passenger users too&#8230;oh wait maybe they can just setup a monitor to kill large ruby processes, too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Being Linux admin - setting up virtual servers and Samba &#124; ProDevTips - programming tutorials</title>
		<link>http://www.hskupin.info/2010/06/17/how-to-fix-the-oom-killer-crashe-under-linux/comment-page-1/#comment-10386</link>
		<dc:creator>Being Linux admin - setting up virtual servers and Samba &#124; ProDevTips - programming tutorials</dc:creator>
		<pubDate>Mon, 25 Oct 2010 17:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hskupin.info/?p=604#comment-10386</guid>
		<description>[...] To fix OOM killer crashes, put the following in /etc/sysctl.conf (original article here): [...]</description>
		<content:encoded><![CDATA[<p>[...] To fix OOM killer crashes, put the following in /etc/sysctl.conf (original article here): [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

