-
Notifications
You must be signed in to change notification settings - Fork 86
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
Restic uses a lot of memory on directories with many files #1504
Comments
For one, it looks like the Makefile has some assumptions about the git branch name:
retrying with just |
I don't believe I can run the e2e tests myself, since they need |
From Probably I could extract the image locally and then import it in Minikube, but it should also be possible to build it directly on Minikube's Docker daemon:
And indeed:
Indeed the new Restic version is used:
|
Looks like I can run the e2e tests now. During the tests, the sidecar has the new version of Restic;
And the e2e test seems to succeed against backend MinIO:
|
After seeing that the end-to-end test completed against MinIO, I replaced the |
Hello @sgielen. Thank you for reporting the issue. We need to migrate our existing repositories to the latest repository version because of the new compression support added in restic 0.14.0. This migration may take some additional work before we can upgrade the restic version. |
This is a known Restic issue (see e.g. restic/restic#2446) and was supposedly improved in restic release v0.14.0. I've created #1503 to bump to v0.15.1 and am checking how I can build this version and test it locally.
The text was updated successfully, but these errors were encountered: