-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
150Mb more memory used with node 8.10.0 than 10.13.0 #830
Comments
What optimizations / differences are in the nodejs build back that could be added to the Ruby build pack for it's Node.js support? |
Can you please open a support ticket so we can look at your app? https://help.heroku.com search for "node higher memory use". Are you using node at runtime in your ruby app? cc/ @jmorrell |
This is relevant since we recently bumped the node version to 10.x on the Ruby buildpack on master, but it hasn't been deployed yet #831 |
The ruby app is not using node at runtime. That's why I tried to remove the node buildpack. Yes, I'll open a ticket. |
Wanted to mention the ultimate root cause if anyone stumbles upon this thread. The
Then they would expect the default value to be This can be resolved by not using the node buildpack or by explicitly setting the
|
The memory usage for a single Hobby dyno rails web app was 150Mb higher without the
heroku/nodejs
buildpack.A) with heroku/nodejs
Memory: 350Mb
Buildpacks:
Deploy log:
B) without heroku/nodejs
Memory: 500Mb
Buildpacks:
Deploy log:
The rails app uses:
The text was updated successfully, but these errors were encountered: