Question

I'm running a rails app with jruby on heroku. I want to configure how much memory is allocated to the JVM. How do I do this?

Was it helpful?

Solution

heroku config:add JRUBY_OPTS="--1.9 -J-Xmn128m -J-Xms768m -J-Xmx768m"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top