Hi! I'm trying to import part of a perforce repo with git-p4. However, git-p4 appears to try to read all the repo into memory (and moreover seems to need about twice as much memory as repo). Once it runs out of swap, it dies (unsurprisingly). I think it's failing in readP4Files(), where it appears to read the entire repository in one go with "p4 -G -x - print". Can I just rework this function to do stuff one file at a time? Or is that dumb? Thanks Luke Diamand -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html