Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Do I need NUMA set up in my kernel?
Date: Thu, 23 Sep 2021 12:14:57
Message-Id: 5752878.lOV4Wx5bFT@wstn
In Reply to: Re: [gentoo-user] Do I need NUMA set up in my kernel? by Miles Malone
1 On Thursday, 23 September 2021 11:39:39 BST Miles Malone wrote:
2 > You'd need NUMA if you had a NUMA machine. In current context, that
3 > would be either a) a dual socket system, b) an amd threadripper, or c)
4 > some of the really high core xeons. If your motherboard doesnt have
5 > certain memory banks allocated to certain processors or cores, you're
6 > probably not running a NUMA machine.
7 >
8 > NUMA stands for non-uniform memory access, it means that certain
9 > processor cores have more direct access to certain parts of memory
10 > than others do (e.g. to access the other memory they need the other
11 > cpu core to pass it through)
12 >
13 > On Thu, 23 Sept 2021 at 19:39, Charlotte Delenk <darkkirb@××××××××.de>
14 wrote:
15 > > Hi Peter,
16 > >
17 > > On 9/23/21 10:59, Peter Humphrey wrote:
18 > > > Hello list,
19 > > >
20 > > > I see "[ 0.003162] No NUMA configuration found" in dmesg. Does that
21 > > > mean I should, or can, remove the NUMA settings from the kernel? This
22 > > > is a Ryzen M9 5900X machine.
23 > >
24 > > I have CONFIG_NUMA unset on both of my AMD Ryzen machines (Zen+ and
25 > > Zen2) with no issues
26
27 Thank you both. I'll try removing it and see what happens.
28
29 --
30 Regards,
31 Peter.