Pre-installed vs. On-demand System Packages #8
colincasey
started this conversation in
Ideas
Replies: 1 comment
-
In #6 (comment) it would be good to have an easy/documented way to install jemalloc. It's a popular memory allocator that works well with Ruby applications. I see there is a
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our Heroku base images come with a preinstalled set of packages. This list of packages attempts to include build and runtime dependencies frequently needed by applications but it can't include every possible package.
For applications that require packages not included in the Heroku base images, we plan to create a Cloud Native Buildpack similar to the Heroku Apt Buildpack. This would allow applications to install packages on demand.
The main difference between the pre-installed versus on-demand packages is:
Please use this discussion to provide thoughts, links to tools, or feedback on the following topics:
Beta Was this translation helpful? Give feedback.
All reactions