Re: [patch 02/23] SLUB: Rename NUMA defrag_ratio to remote_node_defrag_ratio

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mel Gorman <mel@...>
Cc: <akpm@...>, <linux-kernel@...>, <linux-mm@...>
Date: Thursday, November 8, 2007 - 2:56 pm

On Thu, 8 Nov 2007, Mel Gorman wrote:


In a NUMA situation we have a choice between 

1. Allocating a page from the local node (which consumes more memory and 
is advantageous performance wise.

2. Not allocating from the local node but see if any other node has 
   available partially allocated slabs. If we allocate from them then
   we save memory and reduce the amount of partial slabs on the remote 
   node. Thus the fragmentation ratio is reduced.
 

That is not what this is about. And the functionality has been in SLUB 
since the beginning.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [patch 02/23] SLUB: Rename NUMA defrag_ratio to remote_n..., Christoph Lameter, (Thu Nov 8, 2:56 pm)