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 8df5833 commit 33ff240Copy full SHA for 33ff240
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
@@ -117,7 +117,9 @@ To set JVM command line arguments you can use the `JAVA_OPTS` environment variab
117
$ JAVA_OPTS=-Xmx1024m spring run hello.groovy
118
----
119
120
-
+NOTE: When setting `JAVA_OPTS` on Microsoft Windows, make sure to quote the entire
121
+instruction such as `set "JAVA_OPTS=-Xms256m -Xmx2048m"`. This will ensure the values
122
+are passed properly to the process.
123
124
[[cli-deduced-grab-annotations]]
125
==== Deduced "`grab`" dependencies
0 commit comments