-
Notifications
You must be signed in to change notification settings - Fork 708
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
Error while writing results in 1GB repository size #499
Comments
Is the repository you ran this on available for me to clone? Hard to debug without a way to reproduce... |
I tried on these repo |
I cannot duplicate. I note the the sizes of the repos when I clone them are:
So one is nearly a 1GB, and another is more than double that amount. I instrumented git-filter-repo with the following changes to get an idea of the memory usage:
and then when I ran I saw:
So, all the filterings finish in less than half a minute, and in all cases the processes use than 1GB of RAM. Do you still get the bug today with these repositories? Can you try on a system with more memory and/or on a different operating system and see if you can still reproduce the error? |
I just run
caught errors
The text was updated successfully, but these errors were encountered: