Skip to content

Commit 28c98fc

Browse files
committed
fix(worker): Revert max old space to 4g
1 parent 62976c9 commit 28c98fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- NOTIFY_WEBHOOK_URL=$NOTIFY_WEBHOOK_URL
3030
- NOTIFY_WEBHOOK_USERNAME=$NOTIFY_WEBHOOK_USERNAME
3131
# Increase max memory usage - should use approx 1100 MB on start
32-
- NODE_OPTIONS=--max-old-space-size=2048
32+
- NODE_OPTIONS=--max-old-space-size=4096
3333
expose:
3434
"9090"
3535
networks:

0 commit comments

Comments
 (0)