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

linux desktop app: cache dir .sphinx stores duplicates and gets extremely large #85

Open
antonilol opened this issue Apr 21, 2023 · 0 comments

Comments

@antonilol
Copy link

my ~/.sphinx/cache/sphinx_image_cache is way too large so i looked in the files and found out more than 99% of these bytes are in duplicates of other files in the same dir

all file sizes: wc -c *, about 7.8 GB
file sizes of unique files (by sha256): wc -c $(sha256sum * | sort | uniq -w64 | sed -E 's/^.{66}//'), about 55 MB

this is also true for other cache dirs, in my sphinx_video_cache i got about 50% duplicates

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

1 participant