[VD] Apply CPU threadhold for wrt-loader 38/286138/1
authorDongHyun Song <dh81.song@samsung.com>
Thu, 29 Dec 2022 01:02:06 +0000 (10:02 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Thu, 29 Dec 2022 01:19:46 +0000 (01:19 +0000)
The default CPU threshold is 40~90 on launchpad, with low-end
model, wrt-loader is not activated sometimes after OOM deactivation.

So modify its threshold value to ensure wrt-loader preparation.

Change-Id: Ic9e44fbff59820ed37b3c38cad22d89ab6c6d366
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
packaging/wrt_tv.loader

index 5e63d1583d6db218934e3a1248fc1496a68fa3fc..1f00a6d4e05ee9c126543479af345e9ee73320f5 100755 (executable)
@@ -3,5 +3,7 @@ NAME                 wrt-loader
 EXE                  /usr/bin/wrt-loader
 APP_TYPE             webapp
 DEACTIVATION_METHOD  OUT_OF_MEMORY
+CPU_THRESHOLD_MIN    10
+CPU_THRESHOLD_MAX    20
 DETECTION_METHOD     TIMEOUT|DEMAND
 TIMEOUT              10000