Skip to content

Commit aa3a56a

Browse files
authored
fix(docker): apply max old space size env var to webapp (#2273)
1 parent 5e999c8 commit aa3a56a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hosting/docker/webapp/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ services:
5454
OBJECT_STORE_ACCESS_KEY_ID: ${OBJECT_STORE_ACCESS_KEY_ID}
5555
OBJECT_STORE_SECRET_ACCESS_KEY: ${OBJECT_STORE_SECRET_ACCESS_KEY}
5656
GRACEFUL_SHUTDOWN_TIMEOUT: 1000
57+
NODE_MAX_OLD_SPACE_SIZE: ${NODE_MAX_OLD_SPACE_SIZE}
5758
# Bootstrap - this will automatically set up a worker group for you
5859
# This will NOT work for split deployments
5960
TRIGGER_BOOTSTRAP_ENABLED: 1

0 commit comments

Comments
 (0)