mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-21 18:16:39 +02:00
Adjust max-old-space-size in openwebui-install.sh (#3992)
This commit is contained in:
parent
8a21f6e7f0
commit
0340aec142
@ -52,7 +52,7 @@ ENABLE_OLLAMA_API=false
|
||||
OLLAMA_BASE_URL=http://0.0.0.0:11434
|
||||
EOF
|
||||
$STD npm install
|
||||
export NODE_OPTIONS="--max-old-space-size=4096"
|
||||
export NODE_OPTIONS="--max-old-space-size=3584"
|
||||
$STD npm run build
|
||||
msg_ok "Installed Open WebUI"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user