From 45d49a9b49467ecec3fa421569d194bcb1cb715b Mon Sep 17 00:00:00 2001 From: Unsung Lee Date: Tue, 28 Mar 2023 17:17:03 +0900 Subject: [PATCH] optimizer.conf: Change CPU RT throttling from 90% to 95% This patch includes - modification of CPU RT runtime Increase the value from 90% to 95% to avoid throttling issue. Change-Id: Ie80f32191a428b03e86606eb851ec5e9fb5ac836 Signed-off-by: Unsung Lee --- conf/optimizer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/optimizer.conf b/conf/optimizer.conf index 0b811e6..24ec2d7 100644 --- a/conf/optimizer.conf +++ b/conf/optimizer.conf @@ -27,7 +27,7 @@ FragLevel=800 [CpuSched] CpuSchedFeature=no_rt_runtime_share -CpuRTRuntime=900ms +CpuRTRuntime=950ms CpuRTPeriod=1000ms [CpuAffinity] -- 2.7.4