Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xen and NUMA
Date: Wed, 04 Nov 2015 13:55:56
Message-Id: D61F8BAC-E44A-4A48-A331-1B3B5B64A19B@antarean.org
In Reply to: [gentoo-user] xen and NUMA by hw
1 On 4 November 2015 13:14:18 CET, hw <hw@×××××.de> wrote:
2 >
3 >Hi,
4 >
5 >how do I know whether xen uses NUMA or not? It says in dmesg:
6 >
7 >
8 >[ 0.000000] NUMA turned off
9 >[ 0.000000] Faking a node at [mem
10 >0x0000000000000000-0x0000000040068fff]
11 >
12 >
13 >and 'xl info -n' shows two nodes:
14 >
15 >
16 >node: memsize memfree distances
17 > 0: 14656 3304 10,20
18 > 1: 23424 7792 20,10
19 >
20 >
21 >which could be right --- though I would expect each node to have 12GB
22 >rather than these weird sizes.
23 >
24 >So is NUMA turned off or not? Is it even possible to turn it off when
25 >it's
26 >enabled in the BIOS?
27
28 If BIOS has it enabled. Then the OS still beeds to support it.
29
30 Recent Xen has support for it.
31
32 As for the non uniform spread of the memory. It depends how the memory modules are placed in the mainboard with regards to the Numa nodes. (CPU)
33
34 --
35 Joost
36 --
37 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] xen and NUMA hw <hw@×××××.de>