We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d571c8e commit 578bde0Copy full SHA for 578bde0
backend/create_heroku_app.sh
@@ -5,4 +5,5 @@ heroku create $1
5
heroku addons:create heroku-postgresql --app $1
6
7
heroku config:set SERVER_SSL_ENABLED=false --app $1
8
-heroku config:set SPRING_JPA_HIBERNATE_DDL-AUTO=update --app $1
+heroku config:set SPRING_JPA_HIBERNATE_DDL-AUTO=update --app $1
9
+heroku config:set JAVA_TOOL_OPTIONS="-XX:ReservedCodeCacheSize=64M -XX:MaxMetaspaceSize=100000K" --app $1
0 commit comments