fix: reduce Tap memory to 1G, parallelism to 3 Tap with 2G + 10 parallel resyncs OOM'd the 2GB VPS. Reduced to fit within upgraded 4GB server alongside other services.
Author: Aaron Steven White
Commit
27fd65bec958010ef89a8146e5361be66db7044bParent: 13035267b0
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 +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: "10" 111+ TAP_RESYNC_PARALLELISM: "3" 112112 TAP_FIREHOSE_PARALLELISM: "10" 113113 depends_on: 114114 db:
@@ -118,7 +118,7 @@ services:
118118 deploy: 119119 resources: 120120 limits: 121- memory: 2G 121+ memory: 1G 122122 healthcheck: 123123 test: ["CMD-SHELL", "wget -q -O- http://localhost:2480/health || exit 1"] 124124 interval: 30s