Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit c16887e

Browse files
committed
Fix typo in memory options as jsoo points out
1 parent 74b9f2d commit c16887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Snippet:
7878
```
7979

8080
# Hint
81-
To avoid OOM, add -Xmx option to commandline, e.g. java -jar jade-0.1.jar -Xmx8192m
81+
To avoid OOM, add -Xmx option to commandline, e.g. java -jar -Xmx8192m jade-0.1.jar
8282

8383
# Build from source code
8484

0 commit comments

Comments
 (0)