Try NODE_OPTIONS

This commit is contained in:
vhsdream
2026-02-18 18:32:20 -05:00
parent 2fb843528c
commit 0db71a4907
2 changed files with 4 additions and 2 deletions

View File

@@ -48,8 +48,9 @@ cd /opt/zerobyte
export VITE_RESTIC_VERSION=$(cat ~/.restic)
export VITE_RCLONE_VERSION=$(cat ~/.rclone)
export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr)
export NODE_OPTIONS="--max-old-space-size=3072"
$STD bun install
$STD bun --smol run build
$STD bun run build
msg_ok "Built Zerobyte"
msg_info "Configuring Zerobyte"