doc [skip ci]
This commit is contained in:
parent
f262e0b4dc
commit
8e7d4d4bbf
1 changed files with 5 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue