Skip to content

Commit 578bde0

Browse files
authored
Update create_heroku_app.sh
1 parent d571c8e commit 578bde0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/create_heroku_app.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ heroku create $1
55
heroku addons:create heroku-postgresql --app $1
66

77
heroku config:set SERVER_SSL_ENABLED=false --app $1
8-
heroku config:set SPRING_JPA_HIBERNATE_DDL-AUTO=update --app $1
8+
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

Comments
 (0)