Max CPU to 80% for egress service

This commit is contained in:
cruizba 2024-06-24 13:01:16 +02:00
parent 50926d2532
commit 499cde9314
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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