<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Memory Management</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2007/12/19/memory-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2007/12/19/memory-management/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Sat, 18 May 2013 11:04:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Memory &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-36540</link>
		<dc:creator><![CDATA[Memory &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Wed, 23 Jun 2010 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-36540</guid>
		<description><![CDATA[[...] is a topic I&#8217;ve raised in the past &#8211; but it seems appropriate to post another link to Christo Kutrovsky&#8217;s presentation and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is a topic I&#8217;ve raised in the past &#8211; but it seems appropriate to post another link to Christo Kutrovsky&#8217;s presentation and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-34475</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 14:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-34475</guid>
		<description><![CDATA[Chen,

I&#039;ve just been prompted to search for this page and thought I&#039;d add in the comment that you&#039;re probably talking about the tcp transmit and receive buffers (actual names vary across flavours of UNIX) that tend to be sized somewhere between 32KB and 1MB each. (Correct me if I&#039;m wrong).  

1MB doesn&#039;t sound like much, but with 2 directions and 2,000 users that&#039;s a (possibly surprising) chunk 4GB just disappeared.]]></description>
		<content:encoded><![CDATA[<p>Chen,</p>
<p>I&#8217;ve just been prompted to search for this page and thought I&#8217;d add in the comment that you&#8217;re probably talking about the tcp transmit and receive buffers (actual names vary across flavours of UNIX) that tend to be sized somewhere between 32KB and 1MB each. (Correct me if I&#8217;m wrong).  </p>
<p>1MB doesn&#8217;t sound like much, but with 2 directions and 2,000 users that&#8217;s a (possibly surprising) chunk 4GB just disappeared.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prodlife</title>
		<link>http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-27184</link>
		<dc:creator><![CDATA[prodlife]]></dc:creator>
		<pubDate>Thu, 20 Dec 2007 18:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-27184</guid>
		<description><![CDATA[OS memory is also used for the network devices. If you have many concurrent connections, the TCP queues may account for a significant portion of OS memory usage.]]></description>
		<content:encoded><![CDATA[<p>OS memory is also used for the network devices. If you have many concurrent connections, the TCP queues may account for a significant portion of OS memory usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flado</title>
		<link>http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-27179</link>
		<dc:creator><![CDATA[Flado]]></dc:creator>
		<pubDate>Thu, 20 Dec 2007 16:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/12/19/memory-management/#comment-27179</guid>
		<description><![CDATA[I went through some sizing &quot;exercises&quot; (of a large production Oracle 9.2 OLTP database) under AIX 5L this year and if I felt inclined to formulate ROTs, that would be mine for AIX 5L:
Use Concurrent I/O for the datafiles (&gt;= DirectIO), set lru_file_repage to 0 (to protect computational pages), put SGA in 16MB-pages (to both reduce the page tables&#039;s size and pin SGA into physical memory), and leave PGA in non-pinned memory to allow unused but allocated PGA memory to get paged out. Keep an eye on the memory pinned by the OS - it often turns out to be way more than 20%. Measure and monitor.

But I don&#039;t like rules of thumb ;-)

Flado]]></description>
		<content:encoded><![CDATA[<p>I went through some sizing &#8220;exercises&#8221; (of a large production Oracle 9.2 OLTP database) under AIX 5L this year and if I felt inclined to formulate ROTs, that would be mine for AIX 5L:<br />
Use Concurrent I/O for the datafiles (&gt;= DirectIO), set lru_file_repage to 0 (to protect computational pages), put SGA in 16MB-pages (to both reduce the page tables&#8217;s size and pin SGA into physical memory), and leave PGA in non-pinned memory to allow unused but allocated PGA memory to get paged out. Keep an eye on the memory pinned by the OS &#8211; it often turns out to be way more than 20%. Measure and monitor.</p>
<p>But I don&#8217;t like rules of thumb ;-)</p>
<p>Flado</p>
]]></content:encoded>
	</item>
</channel>
</rss>
