cyberdelia / heroku-geo-buildpack

Geo libraries for Heroku
https://github.com/heroku/heroku-geo-buildpack
114 stars 135 forks source link

Bug in slug size after second deploy #6

Closed galuszkak closed 11 years ago

galuszkak commented 11 years ago

I think I found some weird bug in buildpacks. My problem is that first compile-slug is

-----> Compiled slug size: 89.4MB
-----> Launching... done, v117
       http://xxx.herokuapp.com deployed to Heroku

But after one blank line change:

-----> Compiled slug size: 114.3MB
-----> Launching... done, v118
       http://xxx.herokuapp.com deployed to Heroku

So my question is. Something isn't clearing in cache or maybe elsewhere? Why is that? why my slug is 20mb largers after second deploy? I concern about that because it's making my deploy much more longer...

Cheers, Kamil

cyberdelia commented 11 years ago

The buildpack is copying a cache directory that shouldn't be inserted in the slug. I'm working on it. Thanks for reporting it.

cyberdelia commented 11 years ago
-----> Compiled slug size: 82.4MB
-----> Launching... done, v48
-----> Compiled slug size: 82.4MB
-----> Launching... done, v49

Thanks for noticing it again!

galuszkak commented 11 years ago

@cyberdelia Thanks it works now ok!