gao-sun / eul

🖥️ macOS status monitoring app written in SwiftUI.
MIT License
9.13k stars 344 forks source link

[bug] Memory is not always shown correctly (MB instead of GB) #227

Open romanhaa opened 2 years ago

romanhaa commented 2 years ago

Hi! I noticed a minor, pretty straightforward bug: In the memory usage panel, it appears that two digit GB quantities of memory are incorrectly labeled as MB but internally sorted correctly:

Screenshot 2021-08-06 at 10 26 42

Activity Monitor reports the same values in GB, e.g. 23 GB for com.docker.hyperkit.

Running eul v1.6.2 on macOS 11.4.

gao-sun commented 2 years ago

thanks for reporting, will fix it soon