You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since moving to the hobby plan, we're getting lot's of memory notifications from Heroku:
2017-04-24T04:59:29.657602+00:00 heroku[web.1]: Process running mem=704M(137.5%)
2017-04-24T04:59:29.657671+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
Need to remove some Gems, might help here.
The text was updated successfully, but these errors were encountered:
The issue was with the Web WEB_CONCURRENCY. it was set to 2 - >Changed to 1
Gals-MacBook-Pro:rootux$ heroku config:set WEB_CONCURRENCY=1
--app=midburn-dreams
On Mon, Apr 24, 2017 at 8:01 AM, Elisha ***@***.***> wrote:
Since moving to the hobby plan, we're getting lot's of memory
notifications from Heroku:
2017-04-24T04:59:29.657602+00:00 heroku[web.1]: Process running
mem=704M(137.5%)
2017-04-24T04:59:29.657671+00:00 heroku[web.1]: Error R14 (Memory quota
exceeded)
Need to remove some Gems, might help here.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#229>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_BTpDWJfg-7_V1RFyu8fjEA041ZO9xks5rzCyXgaJpZM4NFsss>
.
Since moving to the hobby plan, we're getting lot's of memory notifications from Heroku:
2017-04-24T04:59:29.657602+00:00 heroku[web.1]: Process running mem=704M(137.5%)
2017-04-24T04:59:29.657671+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
Need to remove some Gems, might help here.
The text was updated successfully, but these errors were encountered: