This is a dual socket AMD EPYC system, NUMA is enabled but only for the single VPS I am testing with as I did not set it before noticing this issue.
Running the test
on the Proxmox host and on virtual machines shows terrible performance. The only solution is a power off/on (VM) and then sometimes the VM gets good results
After doing some research it sounds like an issue with NUMA not being enabled but as you can see even with it enabled sometimes there is poor performance. Also the proxmox node itself has bad results I am not sure if that matters.
root@proxmoxhost3:~# numastat
root@proxmoxhost3:~# numactl -H
In BIOS the NUMA mode is set to "Auto"
Running the test
Code:
sysbench --test=memory --memory-block-size=4G --memory-total-size=32G run
Code:
24576.00 MiB transferred (2370.00 MiB/sec)
General statistics:
total time: 10.3682s
total number of events: 6
Latency (ms):
min: 1189.33
avg: 1727.95
max: 2697.68
95th percentile: 2680.11
sum: 10367.71
Threads fairness:
events (avg/stddev): 6.0000/0.00
execution time (avg/stddev): 10.3677/0.00
After doing some research it sounds like an issue with NUMA not being enabled but as you can see even with it enabled sometimes there is poor performance. Also the proxmox node itself has bad results I am not sure if that matters.
root@proxmoxhost3:~# numastat
Code:
node0 node1
numa_hit 195958341659 214547960812
numa_miss 0 0
numa_foreign 0 0
interleave_hit 154685 153642
local_node 195929675706 214517495564
other_node 28411951 29865698
Code:
available: 2 nodes (0-1)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
node 0 size: 515867 MB
node 0 free: 266897 MB
node 1 cpus: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
node 1 size: 516015 MB
node 1 free: 262410 MB
node distances:
node 0 1
0: 10 32
1: 32 10
In BIOS the NUMA mode is set to "Auto"