Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the minimum memory footprint for a simple grails application?

We are deploying a simple REST grails (2.3.7) app to heroku. The application is doing little less than "Hello World", yet we exceed the 1x dyno limit of 512MB (usually going between 600-700MB).

What is the expectation of memory usage of such an application?

Also, is there an official minimum requirements concerning memory?

like image 371
tokosh Avatar asked Apr 15 '14 06:04

tokosh


1 Answers

Currently the minimum for a basic application is around or just above the 512mb amount depending on what the app does. We are aware of the problems this creates for Heroku and currently you need double dynos to run Grails applications on Heroku.

We are working to improve Grails support for micro services and a smaller memory footprint in Grails 3.0.

like image 60
Graeme Rocher Avatar answered Oct 15 '22 00:10

Graeme Rocher