Midburn / Dreams

A platform for planning and crowdfunding co-created events.
Do What The F*ck You Want To Public License
4 stars 8 forks source link

Memory issues in hobby plan #229

Open sh0oki opened 7 years ago

sh0oki commented 7 years ago

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.

rootux commented 7 years ago

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 notifications@github.com 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 https://github.com/Midburn/Dreams/issues/229, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_BTpDWJfg-7_V1RFyu8fjEA041ZO9xks5rzCyXgaJpZM4NFsss .