<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Admins Goodies &#187; opteron</title>
	<atom:link href="http://adminsgoodies.com/tag/opteron/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 21 May 2013 16:33:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>CPU Throttling on Opteron 6272 in Windows</title>
		<link>http://adminsgoodies.com/cpu-throttling-on-opteron-6272-in-windows/</link>
		<comments>http://adminsgoodies.com/cpu-throttling-on-opteron-6272-in-windows/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 20:33:03 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[benchmarks]]></category>
		<category><![CDATA[multi-core]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/cpu-throttling-on-opteron-6272-in-windows/</guid>
		<description><![CDATA[I&#8217;m in the process of attempting to benchmark a multithreaded application on my new HP Proliant Server which has an 2x Opteron 6272 and 64gb of ram. When I run the application on a desktop machine (a range of i7s and a Xeon X5675 processors) the application will cause all cores to hit a near 100% utilization. When I run the application on my server, no matter how many threads I run, the total cpu [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;m in the process of attempting to benchmark a multithreaded application on my new HP Proliant Server which has an 2x Opteron 6272 and 64gb of ram.</p>
<p>When I run the application on a desktop machine (a range of i7s and a Xeon X5675 processors) the application will cause all cores to hit a near 100% utilization.</p>
<p>When I run the application on my server, no matter how many threads I run, the total cpu utilization of the application hovers around 20-25%.  That is if I&#8217;m running with 32 threads, all 32 cores will hang at around 20%, if I run 16 threads they&#8217;ll hang around 40%, and so on.</p>
<ol>
<li>At first I suspected this had to do with the operating system, so I<br />
installed Windows 7 on the server so that the desktops and the<br />
server had the same OS. </li>
<li>Then I suspected it was the hardware, I changed the power management in the bios to High Performance.  Even though this did increase the benchmark time, the same 20% utilization problem persists.</li>
<li>I can get all 32 cores at 100% using the y-cruncher benchmark.  My custom benchmark is written in .NET, could this possibly have anything to do with it?</li>
</ol>
<p>I&#8217;m perplexed by this problem.  Anyone have an idea of what could cause this?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/118287/vpitriumph" target="_blank">vpiTriumph</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>If your app is processing a large amount of data, try following the data&#8217;s path &#8211; if the input data is fed from the network, check for possible latencies, bandwidth limitations or transmission errors. You already checked disk I/O which otherwise would be a likely candidate for a bottleneck.</p>
<p>Last but not least, since it is a highly multithreaded .NET application, you should make sure that <a href="http://stackoverflow.com/a/5423979/832418">server garbage collection</a> is used, otherwise you might see weird load characteristics as described <a href="http://stackoverflow.com/questions/7325595/multithreaded-app-in-multicore-environment-weird-load-per-core">in this post from stack overflow</a>.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/76595/syneticon-dj" target="_blank">syneticon-dj</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/381715/cpu-throttling-on-opteron-6272-in-windows" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/cpu-throttling-on-opteron-6272-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing 2 servers (Xeon vs Opteron)</title>
		<link>http://adminsgoodies.com/comparing-2-servers-xeon-vs-opteron/</link>
		<comments>http://adminsgoodies.com/comparing-2-servers-xeon-vs-opteron/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 08:33:25 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[xeon]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/comparing-2-servers-xeon-vs-opteron/</guid>
		<description><![CDATA[I currently rent a server: Intel® Xeon® X3440 Quadcore 4x 2.1 GHz, 16 GB DDR3 ECC Now I have a possibility to get the following server for a cheaper price: AMD Opteron™ 3280 Octo-Core 8x 2.4 GHz, 24 GB DIMM (DDR3) ECC Do you reccomend me to move to a new server? I don&#8217;t know a lot about differences beween Xeon and Opetron. Thanks. Asked by real Firstly do you NEED extra performance, as moving [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I currently rent a server:</p>
<pre><code>Intel® Xeon® X3440 Quadcore 4x 2.1 GHz, 16 GB DDR3 ECC
</code></pre>
<p>Now I have a possibility to get the following server for a cheaper price:</p>
<pre><code>AMD Opteron™ 3280 Octo-Core 8x 2.4 GHz, 24 GB DIMM (DDR3) ECC
</code></pre>
<p>Do you reccomend me to move to a new server? I don&#8217;t know a lot about differences beween Xeon and Opetron. Thanks.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/114003/real" target="_blank">real</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Firstly do you NEED extra performance, as moving from one to the other will be time consuming, risky to some degree and incur an outage.</p>
<p>That Xeon has hyperthreading, so you can kind of think of it as being able to do eight things at once, same as the Opteron. Normally I&#8217;d always take an Intel over an AMD as on anything but price Intel almost always rules the roost but there&#8217;s at least one generational leap between the 2009 Xeon and the much modern Opteron &#8211; and that does cancel out the &#8216;Intel lead&#8217; I&#8217;d normally go with.</p>
<p>One thing&#8217;s for sure, unless you&#8217;re memory-starved or use code that hates hyperthreading then there&#8217;s not <em>that</em> much in it between them, though if this were a new system I&#8217;d probably go with the Opteron (or nag the Xeon supplier for a more modern chip).</p>
<p>But it really does all come down to whether the ~0%-20% overall likely performance difference is worth the move.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/1435/chopper3" target="_blank">Chopper3</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/369554/comparing-2-servers-xeon-vs-opteron" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/comparing-2-servers-xeon-vs-opteron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto fill DIMM slots around xeon 56xx</title>
		<link>http://adminsgoodies.com/howto-fill-dimm-slots-around-xeon-56xx/</link>
		<comments>http://adminsgoodies.com/howto-fill-dimm-slots-around-xeon-56xx/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 00:15:03 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[xeon]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/howto-fill-dimm-slots-around-xeon-56xx/</guid>
		<description><![CDATA[howto configure memory around the Xeon 56xx CPUs? 2P configuration with 3 channels per CPU How to fill the DIMM slots for optimum memory performance? what is the minimum number of slots to be filled ? dual channel, dual rank etc? For the 5600, the max performance comes from populating one DIMM per channel and distributing DIMMs evenly across CPUs. So, 3 DIMMs per CPU in your case. That would also mean one DIMM per [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>howto configure memory around the Xeon 56xx CPUs?<br />
2P configuration with 3 channels per CPU</p>
<p>How to fill the DIMM slots for optimum memory performance?<br />
what is the minimum number of slots to be filled ?</p>
<p>dual channel, dual rank etc?</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>For the 5600, the max performance comes from populating one DIMM per channel and distributing DIMMs evenly across CPUs. So, 3 DIMMs per CPU in your case. That would also mean one DIMM per channel (e.g. slots 1, 4 and 7, starting from the slots nearest the CPU)</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/139616/howto-fill-dimm-slots-around-xeon-56xx" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/howto-fill-dimm-slots-around-xeon-56xx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which is the better chip, the Opteron 270, or the Opteron 1212?</title>
		<link>http://adminsgoodies.com/which-is-the-better-chip-the-opteron-270-or-the-opteron-1212/</link>
		<comments>http://adminsgoodies.com/which-is-the-better-chip-the-opteron-270-or-the-opteron-1212/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 08:45:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[opteron]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/which-is-the-better-chip-the-opteron-270-or-the-opteron-1212/</guid>
		<description><![CDATA[I tried looking at the specs but they seem very similar, and I&#8217;m not sure which is the more powerful or feature rich chip? Scalability is the main difference. The 270 can scale to 2 way while the 1212 can go to 1. the leading digit determines the scalability. That seems to me to be the main difference from what I can see. This is given if you were looking at the two models with [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I tried looking at the specs but they seem very similar, and I&#8217;m not sure which is the more powerful or feature rich chip?</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Scalability is the main difference. The 270 can scale to 2 way while the 1212 can go to 1. the leading digit determines the scalability. That seems to me to be the main difference from what I can see. This is given if you were looking at the two models with similar clocks and cache.<br />
<a href="http://www.supernova.com/pub/Jordan/opteron.jpg" rel="nofollow">Made a little comparison chart for you click here if you want it in its own window</a> <img src='http://adminsgoodies.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <img src="http://www.supernova.com/pub/Jordan/opteron.jpg" alt="alt text"></p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/150154/which-is-the-better-chip-the-opteron-270-or-the-opteron-1212" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/which-is-the-better-chip-the-opteron-270-or-the-opteron-1212/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2x Opteron 6128 (8-Core) or 2x Xeon E5620 (4-Core/HT)</title>
		<link>http://adminsgoodies.com/2x-opteron-6128-8-core-or-2x-xeon-e5620-4-coreht/</link>
		<comments>http://adminsgoodies.com/2x-opteron-6128-8-core-or-2x-xeon-e5620-4-coreht/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 21:40:17 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[xeon]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/2x-opteron-6128-8-core-or-2x-xeon-e5620-4-coreht/</guid>
		<description><![CDATA[I am building a server which will host various websites on IIS, and also have multiple MSSQL databases. I&#8217;m currently trying to decide between 2 x AMD Opteron 6128&#8242;s (8 cores each) and 2 x Xeon E5620&#8242;s (4 cores each + Hyperthreading). What do you think would be the better choice, and why? I can&#8217;t find too many benchmarks of those two in a web application scenario like mine. Thanks for your help! What do [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I am building a server which will host various websites on IIS, and also have multiple MSSQL databases. I&#8217;m currently trying to decide between 2 x AMD Opteron 6128&#8242;s (8 cores each) and 2 x Xeon E5620&#8242;s (4 cores each + Hyperthreading).</p>
<p>What do you think would be the better choice, and why? I can&#8217;t find too many benchmarks of those two in a web application scenario like mine. Thanks for your help!</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<blockquote>
<p>What do you think would be the better<br />
  choice, and why?</p>
</blockquote>
<p>The one with more discs. Seriously.</p>
<p>Put in enough memory and your websites will have to be very special do even start using the processor. I remember serving 400.000 visitors per hour on a dating site I made for a customer during a peak (tv appearance) with a dual pentium.</p>
<p>BUT: multiple sql server databases will use a lot of IO. This is a LOT more important than focusing on CPU because it is a lot more likely bottleneck. So, take the one where you can put in 10 or 12 or more drives and that is going to give you a lot better SQL performance. With fast discs.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/210729/2x-opteron-6128-8-core-or-2x-xeon-e5620-4-core-ht" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/2x-opteron-6128-8-core-or-2x-xeon-e5620-4-coreht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Linux for using only one CPU/core of a NUMA system</title>
		<link>http://adminsgoodies.com/how-to-configure-linux-for-using-only-one-cpucore-of-a-numa-system/</link>
		<comments>http://adminsgoodies.com/how-to-configure-linux-for-using-only-one-cpucore-of-a-numa-system/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 15:05:03 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[numa]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[scheduler]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-to-configure-linux-for-using-only-one-cpucore-of-a-numa-system/</guid>
		<description><![CDATA[I&#8217;m currently working with an AMD Opteron-based NUMA system. For the needs of my current project, I&#8217;d like to make Linux and all of the system processes to utilize only the CPU0 (and preferably, only one of its cores), leaving all other cores for my own egoistic needs. I know that it will really impact system performance, but it is OK now. So, I&#8217;d like to know if it is possible to achieve at all [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;m currently working with an AMD Opteron-based NUMA system. For the needs of my current project, I&#8217;d like to make Linux and all of the system processes to utilize only the CPU0 (and preferably, only one of its cores), leaving all other cores for my own egoistic needs. I know that it will <strong>really</strong> impact system performance, but it is OK now.</p>
<p>So, I&#8217;d like to know if it is possible to achieve at all without messing with the kernel source code. Any links to the up-to-date articles about NUMA and SMP implementation details in Linux will be appreciated, too.</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<blockquote>
<p>leaving all other cores for&#8230;</p>
</blockquote>
<p>That implies that you want to actually use the other cores.</p>
<p>Before you start using using the other cores, use taskset to apply the affinity for all running user processes (including init). e.g.</p>
<pre><code>taskset 0x00000001 1
</code></pre>
<p>Then set the affinity mask to everything else for the process which will launch your &#8220;egotistical needs&#8221;, e.g.</p>
<pre><code>taskset 0xFFFFFFFE $$
</code></pre>
<p>You can&#8217;t force the kernel to run on only one CPU (and it would be stupid anyway) unless you set the boot options which will only allow the system to access a single CPU.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/249754/how-to-configure-linux-for-using-only-one-cpu-core-of-a-numa-system" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-to-configure-linux-for-using-only-one-cpucore-of-a-numa-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>do i need a bigsmp kernel?</title>
		<link>http://adminsgoodies.com/do-i-need-a-bigsmp-kernel/</link>
		<comments>http://adminsgoodies.com/do-i-need-a-bigsmp-kernel/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 08:50:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[opteron]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/do-i-need-a-bigsmp-kernel/</guid>
		<description><![CDATA[i am trying to build a server for one of my customer. the hardware is a HP ProLiant DL165, with an 8 core AMD Opteron 6128 and 4GB RAM. the server MUST run under Debian 5 (Lenny) due to a software dependency. the standard Debian kernel does not support the 8 cores of the opteron and i am forced to use the nosmp boot option, which renders the processor quite useless by using only 1 [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>i am trying to build a server for one of my customer. </p>
<p>the hardware is a HP ProLiant DL165, with an 8 core AMD Opteron 6128 and 4GB RAM. the server MUST run under Debian 5 (Lenny) due to a software dependency. </p>
<p>the standard Debian kernel does not support the 8 cores of the opteron and i am forced to use the <code>nosmp</code> boot option, which renders the processor quite useless by using only 1 core&#8230; </p>
<p>i read somewhere that i need a bigsmp kernel in order for my distro to support the 8 cores. is it true ? where can i find a bigsmp kernel for Debian 5 ? if i can&#8217;t find a ready-made one, how do i build a bigsmp kernel ? which config options are relevant ?</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>A 64-bit kernel shouldn&#8217;t have this problem. It will support all 8 cores. If you&#8217;re stuck with 32-bit for some reason, the BigSMP kernel is what you&#8217;ll need to make it work.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/254509/do-i-need-a-bigsmp-kernel" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/do-i-need-a-bigsmp-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the maximum addressable RAM for a process in Linux on 2P Opteron</title>
		<link>http://adminsgoodies.com/what-is-the-maximum-addressable-ram-for-a-process-in-linux-on-2p-opteron/</link>
		<comments>http://adminsgoodies.com/what-is-the-maximum-addressable-ram-for-a-process-in-linux-on-2p-opteron/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 12:25:19 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opteron]]></category>
		<category><![CDATA[ram]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/what-is-the-maximum-addressable-ram-for-a-process-in-linux-on-2p-opteron/</guid>
		<description><![CDATA[I&#8217;m doing some bioinformatics work where the limitation is amount of memory (i.e., the process is not parallelizable). I see servers like the Dell R715 that have two sockets for Opteron 6100 CPUs and 128GB of RAM possible with 16 x 8GB DIMMs. Each CPU has a bank of DIMMs associated with it. My question is, if I put Linux on a machine like that, is only half the RAM addressable by each CPU? In [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;m doing some bioinformatics work where the limitation is amount of memory (i.e., the process is not parallelizable). I see servers like the Dell R715 that have two sockets for Opteron 6100 CPUs and 128GB of RAM possible with 16 x 8GB DIMMs.</p>
<p>Each CPU has a bank of DIMMs associated with it.</p>
<p>My question is, if I put Linux on a machine like that, is only half the RAM addressable by each CPU? In other words, if I run a single-threaded program under Linux will that process have access to 128GB of RAM or only 64GB of RAM?</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Strictly speaking, that single-threaded process will have access to all memory available to the server. You don&#8217;t have to worry about that.</p>
<p>The process will have access to <em>all</em> memory in RAM, but access to half of it will be (in theory) slower than access to the other half of it. I know VMWare-ESX is aware of memory locality, as it attempts to keep all the memory for a specific VM on the same memory node as the process execution in order to keep performance good.</p>
<p>The technology is called Non-Uniform Memory Access (NUMA). Chances are your Linux machine already has the bits for it (<code>numastat</code> should return data). The <code>numactl</code> program assigns a memory policy to your processes, which can be very useful if you&#8217;re writing your own code and want to optimize for memory speed. CPU-local memory will fetch faster than memory in another CPU&#8217;s memory node, which may be useful for you depending on what you&#8217;re doing with it.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/269650/what-is-the-maximum-addressable-ram-for-a-process-in-linux-on-2p-opteron" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/what-is-the-maximum-addressable-ram-for-a-process-in-linux-on-2p-opteron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
