Update dev.md

This commit is contained in:
Michiel Borkent 2020-03-23 11:33:42 +01:00 committed by GitHub
parent 0b3a15cf81
commit 7977331a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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