Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache gets bloated by old package versions #61

Open
ryphill opened this issue Jan 23, 2020 · 0 comments
Open

Cache gets bloated by old package versions #61

ryphill opened this issue Jan 23, 2020 · 0 comments

Comments

@ryphill
Copy link

ryphill commented Jan 23, 2020

The buildpack does not clean up older versions of the packages it installs which leads to the dyno size becoming bloated over time.

Lets say that you have the package example installed and between every deploy you do a new version of it gets released by the upstream. After 5 deploys, you will have 6 versions of the package in your cache the current version and the 5 previous ones.

If you have a handful of large packages installed then you'll eventually run close to or over heroku's soft size limit of 300MB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant