declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

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

experiment: RESOLVER_KEEP_ALIVE=false to test connection reuse retention

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

zzstoatzz a0a74d1d 0f986da2

+2 -2
+2 -2
deploy/zlay-values.yaml
··· 16 16 RELAY_DATA_DIR: /data/events 17 17 RELAY_RETENTION_HOURS: "12" 18 18 COLLECTION_INDEX_DIR: /data/collection-index 19 - # experiment 1: disable resolver recycling to isolate its effect on heap growth 20 - RESOLVER_RECYCLE_INTERVAL: "0" 19 + # experiment: disable HTTP keepalive on resolver to test connection reuse retention 20 + RESOLVER_KEEP_ALIVE: "false" 21 21 # glibc malloc tuning: limit internal arenas to reduce fragmentation 22 22 # with ~2,700 threads. default is 8 * num_cpus = 128 arenas. 23 23 MALLOC_ARENA_MAX: "2"