Skip to content

Commit 4fc313a

Browse files
authored
Update proc-windows-config-openjdk-heap.adoc
1 parent 2b1402e commit 4fc313a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/proc-windows-config-openjdk-heap.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.Procedure
1010
. Run the application by adding maximum heap size option to your java command line. For example to set the maximum heap size to 100 megabytes use the `-Xmx100m` option.
1111
+
12+
[source,subs="+quotes"]
1213
----
1314
$ java -Xmx100m `_<your-main-class>_`
1415
----

0 commit comments

Comments
 (0)