Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect memory info free/available bytes on mac (#27460)
Fixes #27435 For some reason this was dividing by 1024 (as if the unit was KB, and we wanted bytes) but the page size is already in bytes.
- Loading branch information