Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DEALING WITH MEMORY LIMITS is probably the biggest new challenge of deploying on heroku, which can be ongoing as our app grows. This is a challenging task even for an experienced dev.

See also: https://www.speedshop.co/2017/10/12/appserver.html (Nate suggests a Rails app typically uses between 200 and 400 MB. How does heroku suggest you can get away with two of them in a 512MB worker then? maybe we’re not so bad, it’s just not realistic to think you can get away with a 512MB dyno).

Mon Oct 5

Heroku has a LOT of docs, usually well-written. It is pretty well googled. Some heroku overview and getting started docs:

...