How can I import my cvs2git dump-files into git?
As described in the cvs2git manual, I tried to import a 82GB big dump-file
with git-fast-import into a bare git repository and get the following
error:
fatal: Out of memory, malloc failed (tried to allocate **6196691 bytes**)
fast-import: dumping crash report to fast_import_crash_13097
error: git-fast-import died of signal 11
I have 32GB RAM and in case of the error the system still had 3 GB of free
Memory, whereby no swapfile was used. So I tried to unlimit the stack size
of my system, but then I got the following error:
fatal: Out of memory, malloc failed (tried to allocate **9277324 bytes**)
fast-import: dumping crash report to fast_import_crash_19924
fatal: recursion detected in die handler
Has anybody an idea?
No comments:
Post a Comment