Make cpumap-pping unchangeable again

This commit is contained in:
Robert Chacón 2022-11-20 09:15:30 -07:00 committed by GitHub
parent 8c7cb38dcb
commit 445ad0fedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,11 +40,6 @@ queuesAvailableOverride = 0
# Past 25,000 subsribers this algorithm becomes inefficient and is not advised
useBinPackingToBalanceCPU = True
# Use xdp-cpumap-tc or cpumap-pping. If you plan to graph latency, choose cpumap-pping.
# Otherwise, choose xdp-cpumap-tc. If you change this value, please reboot the host system to flush BPF maps.
#cpumapVersion = "xdp-cpumap-tc"
cpumapVersion = "cpumap-pping"
# Bandwidth & Latency Graphing
influxDBEnabled = True
influxDBurl = "http://localhost:8086"