Files
nomad/.changelog/17628.txt
Patric Stout e190eae395 Use config "cpu_total_compute" (if set) for all CPU statistics (#17628)
Before this commit, it was only used for fingerprinting, but not
for CPU stats on nodes or tasks. This meant that if the
auto-detection failed, setting the cpu_total_compute didn't resolved
the issue.

This issue was most noticeable on ARM64, as there auto-detection
always failed.
2023-07-19 13:30:47 -05:00

4 lines
105 B
Plaintext

```release-note:improvement
cpustats: Use config "cpu_total_compute" (if set) for all CPU statistics
```