Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Set max-old-space-size in run command of ui #3060

Merged
merged 3 commits into from
Feb 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN make build-ui \
SENTRY_DSN_UI=$SENTRY_DSN_UI \
SERVER_HOST=$SERVER_HOST \
SERVER_PORT=$SERVER_PORT \
OAUTH_REDIRECT_BASE_URL=https://jel.ly.fish

OAUTH_REDIRECT_BASE_URL=https://jel.ly.fish \
NODE_OPTIONS=--max-old-space-size=2048
###########################################################
# Runtime
###########################################################
Expand Down