We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current implementation of memory usage display in memory_usage.rs does not retain decimal points, leading to inaccurate results.
starship/src/modules/memory_usage.rs
Lines 15 to 27 in 9d22010
My server has 1.9GiB memory, but when displayed, it only shows 1GiB.
1GiB
The memory usage should include decimal points for better accuracy.
It would be great to make it configurable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Is your feature request related to a problem? Please describe.
The current implementation of memory usage display in memory_usage.rs does not retain decimal points, leading to inaccurate results.
starship/src/modules/memory_usage.rs
Lines 15 to 27 in 9d22010
My server has 1.9GiB memory, but when displayed, it only shows
1GiB
.Describe the solution you'd like
The memory usage should include decimal points for better accuracy.
Describe alternatives you've considered
It would be great to make it configurable.
The text was updated successfully, but these errors were encountered: