File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ cat ~/logs/helidon-quickstart-mp/access-0.log
2472472. Rebuild and start the Helidon SE application using the following :
248248 ` ` ` bash
249249 mvn clean install
250- java -Xmx256m -Xmx256m -Dserver.port=8082 -jar target/quickstart-se.jar
250+ java -Xmx256m -Xms256m -Dserver.port=8082 -jar target/quickstart-se.jar
251251 ` ` `
252252
253253# # Configure and start Promtail, Loki, Prometheus, and Grafana
@@ -418,7 +418,7 @@ should see the additional JVM.
418418Start and addition SE application on JVM port `8083`, by running the following, and explore the dashboards.
419419
420420` ` ` bash
421- java -Xmx256m -Xmx256m -Dserver.port=8083 -jar target/quickstart-se.jar
421+ java -Xmx256m -Xms256m -Dserver.port=8083 -jar target/quickstart-se.jar
422422` ` `
423423
424424> Note: The additional JVM's are picked up by prometheus as the [prometheus.yaml](prometheus.yaml) configuration
You can’t perform that action at this time.
0 commit comments