We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d7741 commit 92d7d83Copy full SHA for 92d7d83
relay/config.example.yml
@@ -11,3 +11,10 @@ processing:
11
- {name: "message.max.bytes", value: 50000000} # 50MB
12
redis: redis://redis:6379
13
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