It's pushing the full git repo - e.g. all the changes. If you added a
big file at one point and then git rm, it's still getting pushed up.

Oren

On Tue, Jan 17, 2012 at 9:34 AM, nilbert <norbert.ry...@gmail.com> wrote:
> i'm a heroku newbie - pushed my first app out and am suspicious about
> the high "Counting Objects"  Does 700 seem high??   60mb also seems
> high.
>
> this ruby on rails app is small - app has no video files - not many
> images...
>
> looking for pointers about how to list objects by size and maybe
> reduce heroku footprint
>
> git push heroku master
> Counting objects: 701, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (666/666), done.
> Writing objects: 100% (701/701), 60.00 MiB | 79 KiB/s, done.
> Total 701 (delta 355), reused 0 (delta 0)
>
> listing files via git gives only 275:
>
> git ls-files|wc
>     275     276    9994
>
> one suspicion - i have couple diff projects on this dev laptop - the
> git repos are separate - but could git heroku push be pushing all my
> projects?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to 
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/heroku?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to