<?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 Server Memory Usage</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-826373</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Tue, 27 Sep 2011 13:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-826373</guid>
		<description>Moses, please use the forums and don&#039;t double-comment on more blog posts.</description>
		<content:encoded><![CDATA[<p>Moses, please use the forums and don&#8217;t double-comment on more blog posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moses</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-826279</link>
		<dc:creator>moses</dc:creator>
		<pubDate>Tue, 27 Sep 2011 08:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-826279</guid>
		<description>hi peter,

I would like to run MySQL5.5.14 with InnoDB ONLY, plus PHP 5.2, Apache 2.2 and Memcached on the SAME box.

The specs are:

Operating System: Debian GNU/Linux 5.0 Lenny/Stable (64 bit)
Dual Processor Quad Core Xeon 2 x 4MB cache (2.0Ghz)
2 X 250GB SATA II HDD
12 GB DDR3 RAM

My question is: how much RAM should i give to MySQL? 4GB? 6GB? 3GB? Please advise.

Many thanks in advance....</description>
		<content:encoded><![CDATA[<p>hi peter,</p>
<p>I would like to run MySQL5.5.14 with InnoDB ONLY, plus PHP 5.2, Apache 2.2 and Memcached on the SAME box.</p>
<p>The specs are:</p>
<p>Operating System: Debian GNU/Linux 5.0 Lenny/Stable (64 bit)<br />
Dual Processor Quad Core Xeon 2 x 4MB cache (2.0Ghz)<br />
2 X 250GB SATA II HDD<br />
12 GB DDR3 RAM</p>
<p>My question is: how much RAM should i give to MySQL? 4GB? 6GB? 3GB? Please advise.</p>
<p>Many thanks in advance&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehri</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-797337</link>
		<dc:creator>Mehri</dc:creator>
		<pubDate>Mon, 07 Feb 2011 21:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-797337</guid>
		<description>Hi Peter,

Could you plz say that which configuration for mysql is the best for a server with 16GB memory, while we want to mysql not uses more than 12GB of all!</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Could you plz say that which configuration for mysql is the best for a server with 16GB memory, while we want to mysql not uses more than 12GB of all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Zaitsev</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-796265</link>
		<dc:creator>Peter Zaitsev</dc:creator>
		<pubDate>Fri, 28 Jan 2011 04:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-796265</guid>
		<description>Liwen,

How much VSZ do you get for MySQL in this case?  When you have 30000 connections there can be significant amount of memory allocated per connection, which can also be tuned by adjusting various per thread buffers</description>
		<content:encoded><![CDATA[<p>Liwen,</p>
<p>How much VSZ do you get for MySQL in this case?  When you have 30000 connections there can be significant amount of memory allocated per connection, which can also be tuned by adjusting various per thread buffers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liwen</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-796191</link>
		<dc:creator>Liwen</dc:creator>
		<pubDate>Thu, 27 Jan 2011 18:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-796191</guid>
		<description>Hello,
I have a 64GB server, innodb buffer pool set to 40GB or less, use innodb_flush_method = O_DIRECT, 2X8GB innodb log, and has 30000 connections with 20 thread pool worker threads. It ran out of free memory and got heavy swap at the same time OS cache is 12GB. What&#039;s the possible reason the redhat linux 5 can&#039;t use the 12GB cache, but use swap instead?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a 64GB server, innodb buffer pool set to 40GB or less, use innodb_flush_method = O_DIRECT, 2X8GB innodb log, and has 30000 connections with 20 thread pool worker threads. It ran out of free memory and got heavy swap at the same time OS cache is 12GB. What&#8217;s the possible reason the redhat linux 5 can&#8217;t use the 12GB cache, but use swap instead?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taxi</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-728314</link>
		<dc:creator>Taxi</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-728314</guid>
		<description>Hi,
Are there any easy to implement rules as to what paramaters to set based on server memory size and number/types of databases and tables?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Are there any easy to implement rules as to what paramaters to set based on server memory size and number/types of databases and tables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edugeek Database - Page 2</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-629320</link>
		<dc:creator>Edugeek Database - Page 2</dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-629320</guid>
		<description>[...] magically    Looks like it is configurable in the mysqld service config, here are some guides:   MySQL Server Memory Usage &#124; MySQL Performance Blog MySQL :: MySQL 5.0 Reference Manual :: 7.5.8 How MySQL Uses Memory Troubleshooting Memory Usage - [...]</description>
		<content:encoded><![CDATA[<p>[...] magically    Looks like it is configurable in the mysqld service config, here are some guides:   MySQL Server Memory Usage | MySQL Performance Blog MySQL :: MySQL 5.0 Reference Manual :: 7.5.8 How MySQL Uses Memory Troubleshooting Memory Usage &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-567871</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Wed, 27 May 2009 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-567871</guid>
		<description>Hello,

I&#039;m running MySQL 5.1.33 for Solaris 8. The insert speed is about 2300 rows/sec at 240Kb/s. Is it the normal speed or par below the standard? I&#039;m quite a newbie hence the question.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m running MySQL 5.1.33 for Solaris 8. The insert speed is about 2300 rows/sec at 240Kb/s. Is it the normal speed or par below the standard? I&#8217;m quite a newbie hence the question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yong Ji</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-530422</link>
		<dc:creator>Yong Ji</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-530422</guid>
		<description>What&#039;s the difference between innodb table cache and Memory pool?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the difference between innodb table cache and Memory pool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yong Ji</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/comment-page-1/#comment-529222</link>
		<dc:creator>Yong Ji</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/17/mysql-server-memory-usage/#comment-529222</guid>
		<description>Is &quot;MyISAM buffers&quot; stated in the &quot;List of rarely considered MySQL Server Memory Requirements&quot; from the key buffer?
If so, would explain more about the difference?
Thank you,</description>
		<content:encoded><![CDATA[<p>Is &#8220;MyISAM buffers&#8221; stated in the &#8220;List of rarely considered MySQL Server Memory Requirements&#8221; from the key buffer?<br />
If so, would explain more about the difference?<br />
Thank you,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

