Update dev.md
This commit is contained in:
parent
0b3a15cf81
commit
7977331a45
1 changed files with 7 additions and 1 deletions
|
|
@ -49,7 +49,13 @@ To build this project, set `$GRAALVM_HOME` to the GraalVM distribution directory
|
||||||
|
|
||||||
Then run:
|
Then run:
|
||||||
|
|
||||||
script/compile
|
$ script/compile
|
||||||
|
|
||||||
|
To tweak maximum heap size:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ BABASHKA_XMX="-J-Xmx4g" script/compile
|
||||||
|
```
|
||||||
|
|
||||||
## Binary size
|
## Binary size
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue