RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Heroku dynos swap to disk before auto restart!

Memory used above quota will swap out to disk, which substantially degrades dyno performance.
If the memory size of your dyno keeps growing until it reaches five times its quota (for a 1X dyno, 512MB x 5 = 2.5GB), the dyno manager will restart your dyno with an R15 error.

You don’t want “SUBSTANTIALLY DEGRADED PERFORMANCE” do you? Of course not.
Whacamole will help you monitor and restart your dynos yourself.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in