mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
OpenWebUI: Update NODE_OPTIONS to increase memory limit (#7919)
This commit is contained in:
parent
f6ca81833e
commit
ee3872e7e1
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ function update_script() {
|
|||
fi
|
||||
systemctl stop open-webui.service
|
||||
$STD npm install --force
|
||||
export NODE_OPTIONS="--max-old-space-size=3584"
|
||||
export NODE_OPTIONS="--max-old-space-size=6000"
|
||||
$STD npm run build
|
||||
cd ./backend
|
||||
$STD pip install -r requirements.txt -U
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue