From f2d4c5bc4e6a8c73dac3e1b9b89f6eb045937b81 Mon Sep 17 00:00:00 2001 From: cruizba Date: Thu, 29 May 2025 19:42:15 +0200 Subject: [PATCH] Remove egress limits in local-deployment. --- community/egress.yaml | 18 ++++++++---------- pro/egress.yaml | 18 ++++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/community/egress.yaml b/community/egress.yaml index 1beb080..0d37c99 100644 --- a/community/egress.yaml +++ b/community/egress.yaml @@ -25,14 +25,12 @@ storage: force_path_style: true # CPU cost for each type of Egress operation. -# These values are defaults to prevent any -# egress operation to exceed resources. cpu_cost: - room_composite_cpu_cost: 4 - audio_room_composite_cpu_cost: 1 - web_cpu_cost: 4 - audio_web_cpu_cost: 1 - participant_cpu_cost: 2 - track_composite_cpu_cost: 1 - max_cpu_utilization: 0.8 - track_cpu_cost: 0.5 + max_cpu_utilization: 0.80 + room_composite_cpu_cost: 0.01 + audio_room_composite_cpu_cost: 0.01 + web_cpu_cost: 0.01 + audio_web_cpu_cost: 0.01 + participant_cpu_cost: 0.01 + track_composite_cpu_cost: 0.01 + track_cpu_cost: 0.01 diff --git a/pro/egress.yaml b/pro/egress.yaml index 1beb080..0d37c99 100644 --- a/pro/egress.yaml +++ b/pro/egress.yaml @@ -25,14 +25,12 @@ storage: force_path_style: true # CPU cost for each type of Egress operation. -# These values are defaults to prevent any -# egress operation to exceed resources. cpu_cost: - room_composite_cpu_cost: 4 - audio_room_composite_cpu_cost: 1 - web_cpu_cost: 4 - audio_web_cpu_cost: 1 - participant_cpu_cost: 2 - track_composite_cpu_cost: 1 - max_cpu_utilization: 0.8 - track_cpu_cost: 0.5 + max_cpu_utilization: 0.80 + room_composite_cpu_cost: 0.01 + audio_room_composite_cpu_cost: 0.01 + web_cpu_cost: 0.01 + audio_web_cpu_cost: 0.01 + participant_cpu_cost: 0.01 + track_composite_cpu_cost: 0.01 + track_cpu_cost: 0.01