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
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
I'm trying to convert huge git repo to mercurial with hg-git.
When I run clone or gimport for the first time, it works while it doesn't crash with out-of-memory (it consumes around 10GB by that time), and I see all imported changes in my mercurail repo after it (~1/10 of all git repo).
When I try to run gimport command, to get other parts of my repo, it start importing from start and crash with out-of-memory at the same point.
I was able to import my entire directory when I run pull command from remote server. After it gimport works as expected.
The text was updated successfully, but these errors were encountered:
iskiselev
changed the title
pull / gimport result flush
gimport out-of-memory
Jun 18, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to convert huge git repo to mercurial with hg-git.
When I run clone or gimport for the first time, it works while it doesn't crash with out-of-memory (it consumes around 10GB by that time), and I see all imported changes in my mercurail repo after it (~1/10 of all git repo).
When I try to run gimport command, to get other parts of my repo, it start importing from start and crash with out-of-memory at the same point.
I was able to import my entire directory when I run pull command from remote server. After it gimport works as expected.
The text was updated successfully, but these errors were encountered: