Threadripper 5955WX (16c/32t) (NPS=1), 8x32GB 3200MT/s-CL22, VirtIO, amd_pstate, powersave/balance_performance (boosts up to 4.7GHz with PBO and +200MHz offset)
I am also getting 22Gbit/s VM to VM. Wonder if NPS=2 would help, but too lazy to...
I'm just minmaxing out of boredom :-) But I think it would be a nice feature to have, and let the user choose their preference. Especially with Threadrippers/Epycs with 4CCDs or even dual CPU machines.
Couldn't fit into one post, here's the code if anyone is interested:
the command I used:
ps aux | grep -v grep | awk '{print $2}' | xargs -n 1 python3 pid.py
What's interesting is that I'm seeing kvm across CCDs as well, even though I've...
I'm also running unlimited cores, but I think it doesn't work properly because some programs can request Nthreads amount of CPU(processes(threads?)), meaning it's spread across two CCDs. Or even if they're using less threads, but once again, the...
Hey,
Is it possible to make the rebalance_lxc_containers function NUMA-aware? Currently it can assign LXCs across CCDs, which is not optimal. I have a Zen3 processor with two CCDs (NPS2 enabled in bios), so the OS is aware of it:
node 0 cpus: 0...