Skip to content
New issue

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

Invalid size for installed binaries? #135

Open
dunrix opened this issue Jul 9, 2023 · 1 comment
Open

Invalid size for installed binaries? #135

dunrix opened this issue Jul 9, 2023 · 1 comment

Comments

@dunrix
Copy link

dunrix commented Jul 9, 2023

cargo-cache displays larger amount of occupied space for installed binaries then it actually is.

For example cargo-cache invoked without arguments or with --info, it prints

20 installed binaries: 254.36 MB

while du -sh ~/.cargo/bin/ shows for 20 installed binaries

66M /home/dunrix/.cargo/bin/

For other folders like registry or git sizes do match.

Looks like a bug to me.

@matthiaskrgr
Copy link
Owner

Might be the old problem with symlinks #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants