diff --git a/ct/openwebui.sh b/ct/openwebui.sh index 051c42f6..daee783a 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -67,6 +67,7 @@ then fi systemctl stop open-webui.service npm install &>/dev/null +export NODE_OPTIONS="--max-old-space-size=3584" npm run build &>/dev/null cd ./backend pip install -r requirements.txt -U &>/dev/null