-
Notifications
You must be signed in to change notification settings - Fork 23
[$50] Heroku memory quota #15
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
Comments
I will take this one, how can I assign it to myself? |
I've already limit the memory to 512M in previous challenge, and I will try to reproduce this memory overflow issue. |
@gondzo, can you provider more info about the issue, which branch and all the environment variable value |
@chqy24 |
@gondzo, in the script of "heroku:dev:init", I set a environment variable NODE_ENV=development, which will enable hot module update for local develop, in fact this might be useless in a heroku app. |
Yes, disabling hot module replacement is ok. You can even change it to production as that's what makes most sense for a heroku app |
Although I think this issue is caused by that 'hot module update' feature, I also reduce the limitation for both of 'npm run build' and 'npm run start' to 384M, you can adjust the value in 'package.json' according to your need. FYI, a limitation of 256M for 'npm run build' will be failed according to my test. I already create a PR here |
payment record created DRONESERIES-8 |
Heroku logs show frequent restarts due to
Running the process locally requires < 100MB
The text was updated successfully, but these errors were encountered: