Ways for reducing Heroku slug size
07-May-2020 2136
Techniques for reducing Heroku slug size for Rails applications. First things first, what is a slug?A slug is essentially the compressed copy of your application comprising of your git repo along with packages that are installed at deploy time like gems, node_modules, etc. The maximum allowed slug size (after compression) is 500MB. Applications using multiple buildpacks especially can strain this limit.
Ways for reducing Heroku slug size #ruby #rubydeveloper #rubyonrails #reducing #Heroku #heroku https://rubyonrails.ba/link/ways-for-reducing-heroku-slug-size