diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b74c715491..2dece41e1a 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -66,7 +66,7 @@ jobs: run: bun --cwd ./core/frontend lint - name: Bun build - run: NODE_OPTIONS=--max-old-space-size=8192 bun run --cwd ./core/frontend build + run: NODE_OPTIONS=--max-old-space-size=16384 bun run --cwd ./core/frontend build deploy-docker-images: runs-on: ubuntu-latest diff --git a/core/Dockerfile b/core/Dockerfile index bc183f4405..4252a85704 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -19,7 +19,7 @@ RUN <<-EOF set -e bun install --cwd /home/pi/frontend - NODE_OPTIONS=--max-old-space-size=8192 bun run --cwd /home/pi/frontend build + NODE_OPTIONS=--max-old-space-size=16384 bun run --cwd /home/pi/frontend build EOF diff --git a/core/frontend/public/assets/ArduPilot-Parameter-Repository b/core/frontend/public/assets/ArduPilot-Parameter-Repository index de465837c1..d0dff95d51 160000 --- a/core/frontend/public/assets/ArduPilot-Parameter-Repository +++ b/core/frontend/public/assets/ArduPilot-Parameter-Repository @@ -1 +1 @@ -Subproject commit de465837c133cdd27f11a89e4011530a6ab75742 +Subproject commit d0dff95d519be72db2df061cd7ece2d2595a8dec