Skip to content

Commit ed1af6d

Browse files
committed
decrease node mem constraint
1 parent d108fd2 commit ed1af6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sandbox/scripts/start-bun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ fi
4949

5050
if [ "$KOSUKE_MODE" = "production" ]; then
5151
echo "📦 Running production build..."
52-
export NODE_OPTIONS="--max-old-space-size=3072"
52+
export NODE_OPTIONS="--max-old-space-size=2048"
5353
bun run build
5454
echo "▶️ Starting production server..."
5555
exec bun run start
5656
else
5757
echo "▶️ Starting development server..."
58-
export NODE_OPTIONS="--max-old-space-size=3072"
58+
export NODE_OPTIONS="--max-old-space-size=2048"
5959
exec bun run dev
6060
fi

0 commit comments

Comments
 (0)