<?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: Stuff that happens to cluster sysadmins</title>
	<atom:link href="http://www.colino.net/wordpress/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.colino.net/wordpress/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/</link>
	<description>news for few, stuff no-one cares about</description>
	<lastBuildDate>Mon, 23 Jan 2012 19:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Calim (Martin H.)</title>
		<link>http://www.colino.net/wordpress/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/comment-page-1/#comment-35320</link>
		<dc:creator>Calim (Martin H.)</dc:creator>
		<pubDate>Tue, 13 Feb 2007 11:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.colino.net/wordpress-1.5/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/#comment-35320</guid>
		<description>Hi Colin,

It happened to me too :) Remember that /proc/sys/net/ipv4/netfilter/ip_conntrack_max is reseted do it&#039;s default value each time ip_conntrack kernel modules in reloaded. It happens on RedHat when issuing a &quot;service iptables restart&quot; for examples.

Solution:
adding args to the module loading statement in modprobe.conf (redhat) , like this:
options ip_conntrack hashsize=32768 

With ip_conntrack_max = hashsize * 8

Greets !!!</description>
		<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>It happened to me too :) Remember that /proc/sys/net/ipv4/netfilter/ip_conntrack_max is reseted do it&#8217;s default value each time ip_conntrack kernel modules in reloaded. It happens on RedHat when issuing a &#8220;service iptables restart&#8221; for examples.</p>
<p>Solution:<br />
adding args to the module loading statement in modprobe.conf (redhat) , like this:<br />
options ip_conntrack hashsize=32768 </p>
<p>With ip_conntrack_max = hashsize * 8</p>
<p>Greets !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hastur</title>
		<link>http://www.colino.net/wordpress/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/comment-page-1/#comment-35171</link>
		<dc:creator>Hastur</dc:creator>
		<pubDate>Mon, 12 Feb 2007 07:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.colino.net/wordpress-1.5/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/#comment-35171</guid>
		<description>You might want to consider setting ip_conntrack_tcp_timeouts to more reasonable values than the defaults</description>
		<content:encoded><![CDATA[<p>You might want to consider setting ip_conntrack_tcp_timeouts to more reasonable values than the defaults</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Phaneuf</title>
		<link>http://www.colino.net/wordpress/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/comment-page-1/#comment-34792</link>
		<dc:creator>Pierre Phaneuf</dc:creator>
		<pubDate>Fri, 09 Feb 2007 18:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.colino.net/wordpress-1.5/archives/2007/02/09/stuff-that-happens-to-cluster-sysadmins/#comment-34792</guid>
		<description>Hey! That&#039;s work stuff!</description>
		<content:encoded><![CDATA[<p>Hey! That&#8217;s work stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

