OPI Blog
Learn from experts in their fields

Browsing Tags: Heroku

Apr 23, 2015
Deploying Grails 3 Applications (and other fat jars) to Heroku
(https://heroku.com) users that have run into the 15 minute build timeout should not have to change their source or technology choice to continue using Heroku. This post outlines a method using (http://gradle.org) to work-around ...
May 22, 2014
Run Grails Commands on Heroku
I recently needed to run Grails database migrations on Heroku and used the following steps to run these. First,  the Grails wrapper is required which can be installed using the wrapper command. After running the ...
May 13, 2014
Grails R14 Error (Memory quota exceeded) on Heroku
I have frequently encountered the following Error R14 (Memory quota exceeded) in the logs while running Grails apps on Heroku on the 1x Dyno which only allows 512mb of RAM: 2014-05-08T04:46:48.294887+00:00 heroku: Process running mem=557M(108.9%) ...