Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleSet set the Java options environmental variable
$ heroku config:add JAVA_OPTS='-Xms128m -Xmx512m' --app <your heroku app name>

...