From cddc17eb10e93171449d57fd60686a4f3cd57a7b Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 29 Apr 2024 17:18:45 +0200 Subject: [PATCH] Unlimited egress operations by default --- community/egress.yaml | 13 +++++++++++++ pro/egress.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/community/egress.yaml b/community/egress.yaml index 45f5bec..97ca26b 100644 --- a/community/egress.yaml +++ b/community/egress.yaml @@ -21,3 +21,16 @@ s3: endpoint: http://minio:9000 bucket: openvidu force_path_style: true + +# CPU cost for each type of Egress operation +# Default is setted for unlimited operations +# Change these values according to your needs +cpu_cost: + max_cpu_utilization: 0.99 + 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 45f5bec..97ca26b 100644 --- a/pro/egress.yaml +++ b/pro/egress.yaml @@ -21,3 +21,16 @@ s3: endpoint: http://minio:9000 bucket: openvidu force_path_style: true + +# CPU cost for each type of Egress operation +# Default is setted for unlimited operations +# Change these values according to your needs +cpu_cost: + max_cpu_utilization: 0.99 + 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