Merge pull request #17 from Marco-Santoni/slug_size_recommendation

Recommending to purge_cache when large slug size
This commit is contained in:
2015-10-16 12:54:54 -04:00
+1 -1
View File
@@ -86,6 +86,6 @@ OK
## Fair Warning
Heroku limits the final application footprint (slug) size to 300MB. Start small.
Heroku limits the final application footprint (slug) size to 300MB. Start small. In case the slug size limit is exceeded, deleting the build cache through the [heroku-repo plugin](https://github.com/heroku/heroku-repo#purge_cache) might help.