Andrii Ponomarov
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docker/tb-js-executor.env
|
|
|
@ -4,4 +4,4 @@ LOG_FOLDER=logs |
|
|
|
LOGGER_FILENAME=tb-js-executor-%DATE%.log |
|
|
|
DOCKER_MODE=true |
|
|
|
SCRIPT_BODY_TRACE_FREQUENCY=1000 |
|
|
|
NODE_OPTIONS="--max-old-space-size=200" |
|
|
|
NODE_OPTIONS="--max-old-space-size=200 --permission --allow-fs-read=/usr/share/tb-js-executor/*" |
|
|
|
|