chore: tighten container memory limits to fit 3.8GB host Server OOM'd under combined load (load avg 36, 87MB free, no swap). Reduce node from 2G to 1G, cap each tap at 512M. Combined with the 4GB swap added on the host, total budget is ~3.0G + swap headroom.
Author: Aaron Steven White
Commit
1a79d385f4556bd3e10f0b61ce20c3989f11baebParent: 078fb38193
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-cospan1 file changed +9 -1
@@ -91,7 +91,7 @@ services:
9191 deploy: 9292 resources: 9393 limits: 94- memory: 2G 94+ memory: 1G 9595 9696 # Tap: ATProto sync with full backfill 9797 # Discovers all repos with Tangled/Cospan records, downloads full history
@@ -121,6 +121,10 @@ services:
121121 timeout: 10s 122122 retries: 10 123123 start_period: 300s 124+ deploy: 125+ resources: 126+ limits: 127+ memory: 512M 124128 125129 # Tap for knot DIDs: discovers git servers via sh.tangled.knot 126130 # Syncs refUpdates (commits), pipelines, and other knot-authored records
@@ -149,6 +153,10 @@ services:
149153 timeout: 10s 150154 retries: 10 151155 start_period: 300s 156+ deploy: 157+ resources: 158+ limits: 159+ memory: 512M 152160 153161 # ATProto AppView 154162 appview: