A Product Hunt Clone for AtProto with an emphasis on on-proto community
0
fork

Configure Feed

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

Bump fly VM to shared-cpu-2x / 4 GB

Previous shared-cpu-1x:1024MB was OOM-killed (exit 137) under the
duckdb + sqlite + firehose ingest workload. Switch to the unambiguous
size/memory shortcut so future fly deploys can't accidentally downgrade.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+2 -3
+2 -3
fly.toml
··· 19 19 path = '/health' 20 20 21 21 [[vm]] 22 - cpu_kind = 'shared' 23 - cpus = 1 24 - memory_mb = 1024 22 + size = 'shared-cpu-2x' 23 + memory = '4gb' 25 24 26 25 [[mounts]] 27 26 source = 'harvester_data'