mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(docs): add section about javascript memory heap out error in contributing guide (#5392)
* CONTRIBUTING.md : addind node options variable * chore(ui): improve wording of contribution guide --------- Co-authored-by: Miloš Paunović <paun992@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
fbf9d0070c
commit
44d581d5cf
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -60,6 +60,8 @@ You can also build it from a terminal using `./gradlew build`, the Gradle wrappe
|
|||||||
- `MICRONAUT_ENVIRONMENTS`: can be set to any string and will load a custom configuration file in `cli/src/main/resources/application-{env}.yml`.
|
- `MICRONAUT_ENVIRONMENTS`: can be set to any string and will load a custom configuration file in `cli/src/main/resources/application-{env}.yml`.
|
||||||
- `KESTRA_PLUGINS_PATH`: is the path where you will save plugins as Jar and will be load on startup.
|
- `KESTRA_PLUGINS_PATH`: is the path where you will save plugins as Jar and will be load on startup.
|
||||||
- See the screenshot bellow for an example: 
|
- See the screenshot bellow for an example: 
|
||||||
|
- If you encounter **JavaScript memory heap out** error during startup, configure `NODE_OPTIONS` environment variable with some large value.
|
||||||
|
- Example `NODE_OPTIONS: --max-old-space-size=4096` or `NODE_OPTIONS: --max-old-space-size=8192` 
|
||||||
- The server starts by default on port 8080 and is reachable on `http://localhost:8080`
|
- The server starts by default on port 8080 and is reachable on `http://localhost:8080`
|
||||||
|
|
||||||
If you want to launch all tests, you need Python and some packages installed on your machine, on Ubuntu you can install them with:
|
If you want to launch all tests, you need Python and some packages installed on your machine, on Ubuntu you can install them with:
|
||||||
|
|||||||
BIN
.github/node_option_env_var.png
vendored
Normal file
BIN
.github/node_option_env_var.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
Reference in New Issue
Block a user