doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-07-05 12:38:26 +02:00
parent f262e0b4dc
commit 8e7d4d4bbf

View file

@ -45,12 +45,15 @@ $ script/uberjar
$ script/compile $ script/compile
``` ```
To configure maximum heap size you can use: To configure max heap size you can use:
``` ```
$ export BABASHKA_XMX="-J-Xmx4800m" $ export BABASHKA_XMX="-J-Xmx6500m"
``` ```
Note: setting the max heap size to a low value can cause the build to crash or
take long to complete.
## Windows ## Windows
To compile on Windows you need to check out the `windows` branch: To compile on Windows you need to check out the `windows` branch: