perf: reduce CPU — Chromium GPU flags, healthcheck 30s to 120s, app card fixed height
Some checks failed
Build Archipelago ISO (dev) / build-iso (push) Has been cancelled
Container Orchestration Tests / smoke-tests (push) Has been cancelled
Container Orchestration Tests / unit-tests (push) Has been cancelled

- Chromium kiosk: add --disable-gpu-compositing, --disable-gpu-rasterization,
  --disable-software-rasterizer, --renderer-process-limit=1
  drops GPU process from 64% to 12% CPU
- Container healthchecks: 30s to 120s interval in first-boot and reconcile
- AppCard: min-height on description so cards dont shift

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-31 02:42:44 +01:00
parent e6fe00d61d
commit 92a429535a
4 changed files with 57 additions and 35 deletions

View File

@@ -77,7 +77,7 @@
</div>
</div>
<p class="text-white/70 text-sm mt-3 mb-3 line-clamp-2">
<p class="text-white/70 text-sm mt-3 mb-3 line-clamp-2 min-h-[2.5rem]">
{{ description }}
</p>