Skip to content

Commit ad2d8b3

Browse files
author
Tim Middleton
committed
Minor readme updates
1 parent 7f4d3c4 commit ad2d8b3

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
@@ -225,7 +225,7 @@ Re-build and run the Helidon application:
225225

226226
```shell
227227
mvn clean install
228-
java -Xmx1g -Xmx1g -jar target/quickstart-mp.jar
228+
java -Xmx1g -Xms1g -jar target/quickstart-mp.jar
229229
```
230230

231231
In another terminal try it:
@@ -409,7 +409,7 @@ Run the same curl command above but change the port to `8082`.
409409
Start an additional MP application JVM on port `8081` by running the following, and run curl requests against it.
410410

411411
```bash
412-
java -Xmx1g -Xmx1g -Dserver.port=8081 -jar target/quickstart-mp.jar
412+
java -Xmx1g -Xms1g -Dserver.port=8081 -jar target/quickstart-mp.jar
413413
```
414414

415415
You should see the total MP JVM count updated to 2, and when you navigate to the MP Details dashboards you

0 commit comments

Comments
 (0)