search for standard sites pub-search.waow.tech
search zig blog atproto
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: scale TAP down to 512mb/1cpu

4GB was massive overkill - TAP only uses ~300MB for 990 repos.
512MB gives headroom for resync bursts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+2 -2
+2 -2
tap/fly.toml
··· 24 24 min_machines_running = 1 25 25 26 26 [[vm]] 27 - memory = '4gb' 27 + memory = '512mb' 28 28 cpu_kind = 'shared' 29 - cpus = 2 29 + cpus = 1 30 30 31 31 [mounts] 32 32 source = 'leaflet_tap_data'