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 @@ -225,7 +225,7 @@ Re-build and run the Helidon application:
225225
226226` ` ` shell
227227mvn clean install
228- java -Xmx1g -Xmx1g -jar target/quickstart-mp.jar
228+ java -Xmx1g -Xms1g -jar target/quickstart-mp.jar
229229` ` `
230230
231231In another terminal try it :
@@ -409,7 +409,7 @@ Run the same curl command above but change the port to `8082`.
409409Start 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
415415You should see the total MP JVM count updated to 2, and when you navigate to the MP Details dashboards you
You can’t perform that action at this time.
0 commit comments