<?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: MySQL Partitioning and open_file_limit</title>
	<atom:link href="http://randymelder.com/2010/03/11/mysql-partitioning-and-open_file_limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://randymelder.com/2010/03/11/mysql-partitioning-and-open_file_limit/</link>
	<description>Stuff that was so important, I had to write it down.</description>
	<lastBuildDate>Thu, 13 May 2010 16:29:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: randy melder</title>
		<link>http://randymelder.com/2010/03/11/mysql-partitioning-and-open_file_limit/comment-page-1/#comment-5800</link>
		<dc:creator>randy melder</dc:creator>
		<pubDate>Thu, 13 May 2010 16:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.randymelder.com/?p=207#comment-5800</guid>
		<description>Another quick addition to this post: you should check your OS open file limits as well. In linux, do a:
&gt; ulimit -a # shows open file limit
To set this to accomodate:
&gt; ulimit -n 2500 # then restart mysqld</description>
		<content:encoded><![CDATA[<p>Another quick addition to this post: you should check your OS open file limits as well. In linux, do a:<br />
&gt; ulimit -a # shows open file limit<br />
To set this to accomodate:<br />
&gt; ulimit -n 2500 # then restart mysqld</p>
]]></content:encoded>
	</item>
</channel>
</rss>
