Skip to content

Commit 74e89c6

Browse files
author
Tim Middleton
committed
Final updates
1 parent ad2d8b3 commit 74e89c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hols/grafana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ cat ~/logs/helidon-quickstart-mp/access-0.log
247247
2. 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.
418418
Start 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

0 commit comments

Comments
 (0)