We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ca818 commit ee3872eCopy full SHA for ee3872e
ct/openwebui.sh
@@ -64,7 +64,7 @@ function update_script() {
64
fi
65
systemctl stop open-webui.service
66
$STD npm install --force
67
- export NODE_OPTIONS="--max-old-space-size=3584"
+ export NODE_OPTIONS="--max-old-space-size=6000"
68
$STD npm run build
69
cd ./backend
70
$STD pip install -r requirements.txt -U
install/openwebui-install.sh
@@ -41,7 +41,7 @@ ENABLE_OLLAMA_API=false
41
OLLAMA_BASE_URL=http://0.0.0.0:11434
42
EOF
43
44
-export NODE_OPTIONS="--max-old-space-size=3584"
+export NODE_OPTIONS="--max-old-space-size=6000"
45
46
msg_ok "Installed Open WebUI"
47
0 commit comments