ubiquitous-invention/docker
Randall Stillwell 3856d11944 docker: raise web build V8 heap to 5 GB to match 8 GB host
CT 107 bumped to 8 GB RAM. Capping the heap below the available memory
makes V8 GC-thrash near the limit and contributes to oom-kills. Set
--max-old-space-size to 5120 MB (~60% of host) so the compile has real
headroom while leaving room for kernel + dockerd + buildkit + tsup workers.

Made-with: Cursor
2026-04-28 13:33:46 -05:00
..
.dockerignore feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
docker-compose.coolify.yml docker: bump web build heap to 2.5GB and serialize behind collab/mcp 2026-04-27 15:49:41 -05:00
docker-compose.dev.yml feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
docker-compose.yml docker: unify per-service Dockerfiles into one multi-stage file 2026-04-27 14:38:39 -05:00
Dockerfile docker: raise web build V8 heap to 5 GB to match 8 GB host 2026-04-28 13:33:46 -05:00
next.config.docker.ts docker: skip type-check + lint during prod web build 2026-04-27 14:58:12 -05:00