From 499cde9314c537d8a09d0b203979562bc7cdabff Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 24 Jun 2024 13:01:16 +0200 Subject: [PATCH] Max CPU to 80% for egress service --- community/egress.yaml | 2 +- pro/egress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/egress.yaml b/community/egress.yaml index 5c5d740..23a6b85 100644 --- a/community/egress.yaml +++ b/community/egress.yaml @@ -26,7 +26,7 @@ s3: # Defaults are set for unlimited operations. # Change these values according to your needs. cpu_cost: - max_cpu_utilization: 0.99 + max_cpu_utilization: 0.80 room_composite_cpu_cost: 0.01 audio_room_composite_cpu_cost: 0.01 web_cpu_cost: 0.01 diff --git a/pro/egress.yaml b/pro/egress.yaml index 5c5d740..23a6b85 100644 --- a/pro/egress.yaml +++ b/pro/egress.yaml @@ -26,7 +26,7 @@ s3: # Defaults are set for unlimited operations. # Change these values according to your needs. cpu_cost: - max_cpu_utilization: 0.99 + max_cpu_utilization: 0.80 room_composite_cpu_cost: 0.01 audio_room_composite_cpu_cost: 0.01 web_cpu_cost: 0.01