On Sat, Jul 19, 2008 at 9:32 AM, Marnen Laibow-Koser <[EMAIL PROTECTED]> wrote: > All seems to go well for a while (and --dry-run suggests that > everything is OK), but after about 60-100 MB of transfer or so, I get > the following error:
In either case (tarball or git), doing such a huge transfer is bound to be fraught with problems. I doubt your code is this big, you've probably got logs that should be excluded (just delete them or .gitignore them), or large static assets. In the latter case, I suggest using HerokuAssets, S3, or another assets serving mechanism that will keep you from putting these files into revision control. Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
