From 2fb843528c6353e1c214562a058615ce47cfa808 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 18 Feb 2026 18:07:18 -0500 Subject: [PATCH] Zerobyte: try to reduce RAM usage during build --- ct/zerobyte.sh | 2 +- install/zerobyte-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/zerobyte.sh b/ct/zerobyte.sh index d027a67ff..af742db6a 100644 --- a/ct/zerobyte.sh +++ b/ct/zerobyte.sh @@ -43,7 +43,7 @@ function update_script() { msg_info "Building Zerobyte" cd /opt/zerobyte $STD bun install - $STD bun run build + $STD bun --smol run build msg_ok "Built Zerobyte" msg_info "Restoring Configuration" diff --git a/install/zerobyte-install.sh b/install/zerobyte-install.sh index 8407c9a02..7fd6cfe88 100644 --- a/install/zerobyte-install.sh +++ b/install/zerobyte-install.sh @@ -49,7 +49,7 @@ export VITE_RESTIC_VERSION=$(cat ~/.restic) export VITE_RCLONE_VERSION=$(cat ~/.rclone) export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr) $STD bun install -$STD bun run build +$STD bun --smol run build msg_ok "Built Zerobyte" msg_info "Configuring Zerobyte"