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 0d594b0 commit 599ca16Copy full SHA for 599ca16
Procfile
@@ -1 +1 @@
1
-web: java $JAVA_OPTS -jar target/dependency/webapp-runner.jar --port $PORT target/*.war --spring.profiles.active=prod
+web: java $JAVA_OPTS -Dspring.profiles.active=prod -jar target/dependency/webapp-runner.jar --port $PORT target/*.war
setenv.sh
@@ -1,2 +1,2 @@
export PORT=5000
2
-export JAVA_OPTS='-Xmx300m -Xss512k -XX:CICompilerCount=2 -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:+UseConcMarkSweepGC'
+export JAVA_OPTS='-Xmx300m -Xss512k -XX:CICompilerCount=2'
0 commit comments