fix: increase Tap memory limit to 2G Tap OOM'd parsing 37MB repo CARs within the 512MB limit, causing a crash loop. Increased to 2G to handle large repos during resync.

Author: Aaron Steven White
Commit 13035267b02691abe25e4e22ce791f75708bf0ca
Parent: 4c57b9c8f0
Structural diff unavailable

These commits were pushed via plain git push, so no pre-parsed schemas are available. Install git-remote-cospan and re-push via panproto:// to see scope-level changes, breaking change detection, and semantic diffs.

brew install panproto/tap/git-remote-cospan
1 file changed +1 -1
@@ -118,7 +118,7 @@ services:
118118     deploy:
119119       resources:
120120         limits:
121-          memory: 512M
121+          memory: 2G
122122     healthcheck:
123123       test: ["CMD-SHELL", "wget -q -O- http://localhost:2480/health || exit 1"]
124124       interval: 30s
cospan · schematic version control on atproto built on AT Protocol