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

For Windows: is it possible to implement caching as in Linux? #183

Open
DaMaNic2022 opened this issue Apr 4, 2023 · 2 comments
Open

For Windows: is it possible to implement caching as in Linux? #183

DaMaNic2022 opened this issue Apr 4, 2023 · 2 comments

Comments

@DaMaNic2022
Copy link

DaMaNic2022 commented Apr 4, 2023

For Windows: is it possible to implement caching as in Linux, but not by whole files, but by chunks?
In Linux - cache in chunks, full size 46 gb, save 120 mb (15 chunks * 8 mb). good
229736817-66317f8e-47c9-41a6-879a-9fd187e61097
229737521-c62ebb94-eb61-4e6d-afc5-94a4c7db51f5

In Windows - cache in files, full size 3 gb, save 3 gb. Not good.
229742660-17b185da-bc50-4ded-a4bf-47d92d000257

@DaMaNic2022 DaMaNic2022 changed the title Is it possible to implement caching in memory? For Windows: is it possible to implement caching as in Linux? Apr 4, 2023
@ajnavarro
Copy link
Member

Hi @DaMaNic2022

Sorry for the late reply.

It would be possible, but more difficult than in Linux. Windows filesystem is more picky than the Linux one.

@DaMaNic2022
Copy link
Author

DaMaNic2022 commented May 29, 2023

Hi @DaMaNic2022

Sorry for the late reply.

It would be possible, but more difficult than in Linux. Windows filesystem is more picky than the Linux one.

Excuse me, I ran Linux version under windows in WSL system - no problems, cache is formed and cleaned correctly as chunks. Yes, in this form does not work very well mounting in the file system, but I'm satisfied with WebDAV too, it can be mounted as a network drive.
That is, the only question is the system of formation of the cache.

123345
1233456

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