Issue
A customers app takes too long to build, or faces out of memory errors during build, and want to know about the dyno type used during build.
Resolution
Heroku Builds have a maximum memory limit of ~12GB. There is some amount of burst depending on capacity and overhead. Customers exceeding those limits will receive an Out of Memory error and will need to adjust their app builds to fit within the memory limit.