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

Cozy loads the entire file in RAM to sync it #1316

Open
Wenzel opened this issue Nov 28, 2018 · 0 comments
Open

Cozy loads the entire file in RAM to sync it #1316

Wenzel opened this issue Nov 28, 2018 · 0 comments

Comments

@Wenzel
Copy link

Wenzel commented Nov 28, 2018

Description

Cozy loads the file that has to be synchronized in RAM.
If the file is big, this can lead to serious issues.

Steps to Reproduce

  1. add a big file (4G) to your Cozy
  2. start the client
  3. you have no RAM anymore

Expected behavior

Cozy should have cut the file in chunks

Actual behavior

the entire file is loaded in RAM
screenshot_20181128_133526

Informations

  • reproductible: always
  • OS: Fedora 29
  • version: 3.10.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants