Skip to content

Commit 92d7d83

Browse files
authored
chore(relay): provide opt-in max_memory_percent config as workaround for failing healthcheck (#3486)
See #3330
1 parent 01d7741 commit 92d7d83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

relay/config.example.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ processing:
1111
- {name: "message.max.bytes", value: 50000000} # 50MB
1212
redis: redis://redis:6379
1313
geoip_path: "/geoip/GeoLite2-City.mmdb"
14+
15+
# In some cases, relay might fail to find out the actual machine memory
16+
# therefore it makes the healthcheck fail and events can't be submitted.
17+
# As a workaround, uncomment the following line:
18+
#
19+
# health:
20+
# max_memory_percent: 1.0

0 commit comments

Comments
 (0)