Skip to content

Heroku slug size grew 155mb after upgrading from 0.12.6.6 to 0.12.6.8 #185

Description

@imarquezc

Hello, I recently upgraded the hero stack from 22 to 24 and that caused the old version of this gem to stop working.
To fix it I upgraded to 0.12.6.8. The weird thing is that my slug size dramatically increased its size. Maybe it's something else, but this is the only thing I changed.

This is how the PR look like.
Image

And here are the change in slug size.

Before:

Using release configuration from last framework (Ruby).
-----> Discovering process types
       Procfile declares types     -> casetracking_worker, ops_worker, plutto_worker, release, web
       Default types for buildpack -> console, rake
-----> Compressing...
       Done: 536.7M
-----> Launching...
 !     Warning: Your slug size (536 MB) exceeds our soft limit (300 MB) which may affect boot time.
       Released v3328
       https://plutto-kyb-staging.herokuapp.com/ deployed to Heroku

After

Using release configuration from last framework (Ruby).
-----> Discovering process types
       Procfile declares types     -> casetracking_worker, ops_worker, plutto_worker, release, web
       Default types for buildpack -> console, rake
-----> Compressing...
 !     Compiled slug size: 691M is too large (max is 600M).
 !     See: http://devcenter.heroku.com/articles/slug-size
 !     Push failed

Please if you know what could be causing this let me know 🙏🏼

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions