Skip to main content

Questions tagged [numa]

The tag has no usage guidance.

6 questions with no upvoted or accepted answers
0 votes
0 answers
236 views

Number of NUMA nodes and CPU core selection for low latency systems

I use an AMD EPYC 9374F CPU with Ubuntu Server 23.04. My goal is having the lowest possible latency. I am running 1 hot path thread in a core and 3 threads for other admin works. Depending on the NUMA ...
Less-Owl-4025's user avatar
0 votes
0 answers
1k views

How does multi cpu system shares pci-express bus?

For a modern single-cpu system things are transparent: there is multicore cpu, where cores are talking via uncore functions (like L3 cache, shared on-die memory controller). Uncore does also all the ...
xakepp35's user avatar
  • 389
0 votes
1 answer
2k views

Information About Named Shared Memory in /dev/shm

Let's say I see a file called /dev/shm/some.segment How can I find out (with command lines): The processes that are linked to it? The NUMA node it locates? For #2, I can write a small C program ...
HCSF's user avatar
  • 165
0 votes
0 answers
19 views

Using vmware images with numa suppprt

I want to demonstrate Linux numa system with 2 virtual machine images running linux What is the best way and the correct distribution to use?
Liran Ben Haim's user avatar
0 votes
0 answers
39 views

Is there a way to run a job exclusively on a chip?

We've got a bunch of large (1TB+) NUMA machines at work and have been getting a lot of noise in benchmarking. We've noticed that run times for our application are very consistent from one run to the ...
dromodel's user avatar
  • 297
0 votes
1 answer
1k views

How to create a NUMA topology in single system environment

I want to know if it possible to create a NUMA topology(2 NUMA nodes is also fine) in a single system environment (I'm using virtualbox ubuntu 18.04). When I run $numactl -H, I see the following ...
srccode's user avatar
  • 101