Commit Graph
1 Commits
Author SHA1 Message Date
Raven Scott da9541528e In /proc/stat, guest is already inside user (and guest_nice inside nice). Peardata was adding guest into the total again, which shrinks every other slice — including idle.
CI / test (push) Successful in 1m0s
Release rolling / release (push) Failing after 1m50s
readFileCached capped at 64KB. On 56-core hosts /proc/interrupts (and similar) often exceeds that — reads were silently truncated. Buffer now grows (up to 1MB). That didn’t break system.cpu idle (aggregate line is first), but it was a real high-core regression.
2026-07-22 12:36:30 -04:00