I migrated the old cvs repository cvs2git (cvs2svn). The dump file given is now 72 GB, and my attempts to import the dump via git fast import always fail due to an error due to memory:
fatal: Out of memory, malloc failed (tried to allocate 6196691 bytes )
fast import: alarm failure report for fast_import_crash_13097
error: git -fast-import died from signal 11
As a result, my system has 32 GB of RAM and 50 GB. I am running import on Red Hat 5.3 using git 1.8.3.4 (gcc44, python2.6.8, cvs2svn2.4.0). I also tried to limit stack size and file descriptors, but a memory error still exists.
Does anyone have any ideas?
source share