Skip to content

Fix issues of wrong CPU report on macOS and wrong memory on non-linux systems

Fix issues on the memory and CPU report for non-Linux systems, not only it would report incorrect values or not report at all, it would prevent monitors to be scheduled on the nodes because it would fail to check the CPU and memory usage against the limits.

With these changes, I tested Windows and macOS, and both report correctly and also schedule work on them as well.

Merge request reports