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.

add DID cache to cache entries panel, disable resolver recycling for experiment 1

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

zzstoatzz 0f986da2 822f202f

+8 -1
+6 -1
deploy/zlay-dashboard.json
··· 256 256 "targets": [ 257 257 { 258 258 "expr": "sum(relay_validator_cache_entries{job=\"zlay\"})", 259 - "legendFormat": "entries", 259 + "legendFormat": "validator cache", 260 260 "refId": "A" 261 + }, 262 + { 263 + "expr": "sum(relay_did_cache_entries{job=\"zlay\"})", 264 + "legendFormat": "DID cache", 265 + "refId": "B" 261 266 } 262 267 ] 263 268 },
+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 21 # glibc malloc tuning: limit internal arenas to reduce fragmentation 20 22 # with ~2,700 threads. default is 8 * num_cpus = 128 arenas. 21 23 MALLOC_ARENA_MAX: "2"