projects
/
platform
/
framework
/
web
/
wrtjs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad68ae
)
[VD] Apply CPU threadhold for wrt-loader
38/286138/1
author
DongHyun Song
<dh81.song@samsung.com>
Thu, 29 Dec 2022 01:02:06 +0000
(10:02 +0900)
committer
DongHyun 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
patch
|
blob
|
history
diff --git
a/packaging/wrt_tv.loader
b/packaging/wrt_tv.loader
index 5e63d1583d6db218934e3a1248fc1496a68fa3fc..1f00a6d4e05ee9c126543479af345e9ee73320f5 100755
(executable)
--- a/
packaging/wrt_tv.loader
+++ b/
packaging/wrt_tv.loader
@@
-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