All of lore.kernel.org
 help / color / mirror / Atom feed
* Memory allocation in NUMA system
@ 2008-07-25  3:34 Yang, Xiaowei
  2008-07-25  6:53 ` Keir Fraser
  0 siblings, 1 reply; 12+ messages in thread
From: Yang, Xiaowei @ 2008-07-25  3:34 UTC (permalink / raw)
  To: xen-devel

Currently, when alloc_domheap_pages() is called with no range specified
(which is the case for allocating domain memory during its creation), it
uses such priority to allocate memory:
1) current node, > DMA range (2^dma_bitsize = 4G).
2) other nodes, > DMA range
3) current node, all range
4) other nodes, all range

Let's say we have a 2-node system, with node0 and node1's memory range 
being 0-0xc0000000 (<4G) and 0x100000000-0x1c0000000 (>4G) respectively. 
In that case, node1's memory is always preferred for domain memory 
allocation, no matter which node the created domain is pinned to. It 
results in performance penalty.

One possible fix is to specify all range for the domain memory 
allocation, which means local memory is preferred. This change may be 
restricted only to the domain pinned to one node for less impact.

One side effect is that the DMA memory size may be smaller, which makes 
device domain unhappy. This can be addressed by reserving node0 to be 
used lastly.

Comments?

Thanks,
Xiaowei

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-07-28 14:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25  3:34 Memory allocation in NUMA system Yang, Xiaowei
2008-07-25  6:53 ` Keir Fraser
2008-07-25  7:22   ` Yang, Xiaowei
2008-07-25  7:27     ` Keir Fraser
2008-07-25  7:51       ` Yang, Xiaowei
2008-07-25  7:55         ` Keir Fraser
2008-07-25 10:26           ` Yang, Xiaowei
2008-07-25 12:56             ` Keir Fraser
2008-07-28 12:21               ` Andre Przywara
2008-07-28 12:38                 ` Keir Fraser
2008-07-28 14:26                   ` Andre Przywara
2008-07-28 14:53                     ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.