fix: Tap 1.5G memory, 1 parallel resync to prevent OOM

Author: Aaron Steven White
Commit b287266afa421628b482b24036c165727e9cd745
Parent: 6061550012
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 +2 -2
@@ -108,7 +108,7 @@ services:
108108       TAP_RELAY_URL: https://relay1.us-east.bsky.network
109109       TAP_DISABLE_ACKS: "true"
110110       TAP_LOG_LEVEL: info
111-      TAP_RESYNC_PARALLELISM: "3"
111+      TAP_RESYNC_PARALLELISM: "1"
112112       TAP_FIREHOSE_PARALLELISM: "10"
113113     depends_on:
114114       db:
@@ -118,7 +118,7 @@ services:
118118     deploy:
119119       resources:
120120         limits:
121-          memory: 1G
121+          memory: 1536M
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