You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I see that psst creates lots of /tmp/.tmpXXXXXX files. Some of them are about 5-20 MiB and identical to some files in ~/.cache/Psst/audio/. Others are about 400 KiB. Probably albums covers cache. That I have not checked
To Reproduce
Use psst under GNU/Linux?
Probably to trigger this bug /tmp and ~/.cache has to be on different volumes.
Expected behavior
Cache files should be created in the same directory where they will be eventually stored.
Additional context
In my setup /tmp and ~/.cache are actually 2 different Btrfs subvolumes.
In my case these files do not actually consume extra space as it seems they are reflinked. And therefore occupied storage space is not doubled. But for people with different filesystems for /tmp and ~/.cache this issue might lead to effective duplication of consumed cache space.
Also when cache cleanup option will be implemented it might clean just ~/.cache/Psst without removing file copies from /tmp. So it will not free up space.
The text was updated successfully, but these errors were encountered:
Describe the bug
I see that psst creates lots of
/tmp/.tmpXXXXXX
files. Some of them are about 5-20 MiB and identical to some files in~/.cache/Psst/audio/
. Others are about 400 KiB. Probably albums covers cache. That I have not checkedTo Reproduce
Use psst under GNU/Linux?
Probably to trigger this bug
/tmp
and~/.cache
has to be on different volumes.Expected behavior
Cache files should be created in the same directory where they will be eventually stored.
Environment
Additional context
In my setup
/tmp
and~/.cache
are actually 2 different Btrfs subvolumes.In my case these files do not actually consume extra space as it seems they are reflinked. And therefore occupied storage space is not doubled. But for people with different filesystems for
/tmp
and~/.cache
this issue might lead to effective duplication of consumed cache space.Also when cache cleanup option will be implemented it might clean just
~/.cache/Psst
without removing file copies from /tmp. So it will not free up space.The text was updated successfully, but these errors were encountered: