Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[programs/cludio] Make 'memory' display global memory stats in KiB
Previously, the total memory was display in KiB but global memory in _bytes_, which makes no sense whatsoever. Ideally, I'd like to do something like `du -h` does it, and display in whatever format is most appropriate - GiB, MiB or KiB. But, this is more work and this is a side-track to what I'm _really_ working on so leaving that for now.
- Loading branch information