talx
talx

Reputation: 109

JHipster gets out of memory on Heroku when using the free plan

I have the latest pure JHipster 3.2 deployed to Heroku. I'm using the free-plan subscription at Heroku.

After deployment has been completed I get below error in the log:

Seems like the memory is exceeded. Do the JHipster work with free plan ? What options do I have to make use of my free plan running JHipster at Heroku or other PaaS ?

Upvotes: 2

Views: 322

Answers (1)

Julien Dubois
Julien Dubois

Reputation: 3688

Yes it normally works. There are even people using JHipster on Raspberri Pi, so 512Mo should be enough. But still remember you are on the free plan:

  • You might want to remove the cache (the cache helps for performance, but uses memory)
  • It also depends on the underlying box, and that depends what Heroku/AWS gives you, and that varies over time. Remember it's the free plan, so you have no guarantee

Upvotes: 1

Related Questions