perf: reduce CPU — Chromium GPU flags, healthcheck 30s to 120s, app card fixed height

- 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
co-authored by Claude Opus 4.6
parent e970ae172d
commit c3bd30c148
4 changed files with 57 additions and 35 deletions
+1 -1
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>