From 849b99317557c022d0165122fc3e7ab86d1806f3 Mon Sep 17 00:00:00 2001 From: Mathias Staab Date: Wed, 1 Apr 2026 16:44:04 +0200 Subject: [PATCH] use realistic coturn memory limits --- charts/coturn/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/coturn/values.yaml b/charts/coturn/values.yaml index 5be988554..79abbedcd 100644 --- a/charts/coturn/values.yaml +++ b/charts/coturn/values.yaml @@ -23,13 +23,11 @@ externalIpHelper: # important that they run on disjoint sets of nodes, you can use nodeSelector to enforce this nodeSelector: {} -# Limiting memory usage to ~90% of the available memory on a 8Gb node which is used for coturn pods by default. -# This is to prevent the pod from being OOM kill resources: requests: - memory: 512Mi + memory: 256Mi limits: - memory: 6.5Gi + memory: 512Mi initResources: requests: