Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 17:57
· 47 commits to main since this release
v0.1.4
bf06bfe

Changed

  • Containers that don't request a memory limit of their own now default to 75% of host RAM instead of Apple Container's fixed 1 GiB — a limit tight enough that ordinary workloads (e.g. a Node/vite build) can OOM well under it. Configurable in Settings (10-90%, applies the next time Whalebridge starts).
  • Errors against a container whose runtime state is missing or corrupted (most often from an abnormal exit, like an OOM kill) now say so and suggest docker rm -f, instead of leaking a raw Cocoa/POSIX error like "stdio.log doesn't exist" or "Rootfs not found" — covers docker logs, docker cp/archive operations, and docker export.

Full Changelog: v0.1.3...v0.1.4