Optimizing applications

There are few ways that can be leveraged by Heroku developers to get more out of their cloud apps on the Heroku platform. In this section, we discuss a few of these features that can be used to optimize the execution of your Heroku app when needed.

The 2X dyno effect

Heroku recently introduced the 2X dyno. The 2X dyno has twice the memory capacity when compared to the existing 1X dynos running on the Heroku platform. The 2X dyno comes with 1 GB of RAM and twice the CPU share for your processes to run faster and more efficiently. The 2X dyno costs more as well. It is interestingly priced at 0.10$/hr—exactly twice the price of a single 1X dyno.

Now, the questions that could come up are, "Why do I need the 2X dyno in the first ...

Get Heroku Cloud Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.