There was an error while loading. Please reload this page.
1 parent dfcf307 commit cfb42ecCopy full SHA for cfb42ec
1 file changed
docker/docker-entrypoint.sh
@@ -26,11 +26,9 @@ npm run migrations
26
# Allow configuring node memory. It should be no more than 75% of available RAM.
27
# Defaults to 3 GB (expecting at least 4 GB available).
28
NODE_SPACE=${MAX_OLD_SPACE_SIZE:-3072}
29
-NODE_WORKERS=${MAX_WORKERS:-2}
30
31
NODE_OPTIONS=--max_old_space_size="$NODE_SPACE" \
32
/bin/run --disable-historical=false \
33
- --db-schema=public \
34
- --workers="$NODE_WORKERS" "$@" &
+ --db-schema=public "$@" &
35
child=$!
36
wait "$child"
0 commit comments