Youngjae Cho [Thu, 22 Aug 2024 08:41:59 +0000 (17:41 +0900)]
lowmem-controller: Add missing vconf setting for soft warning
Change-Id: Ifed1210f073dafa3863ad0b4075c9403a57140bc
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
69a94518bc38dd1d9ac7e77b7f7b061afd3a2268)
Unsung Lee [Thu, 8 Aug 2024 04:45:38 +0000 (13:45 +0900)]
proc-oom-priority: Change minimum fixed oom score
Change minimum fixed oom score to reflect real
minimum fixed oom score configuration "OomScore".
The resourced does not allow OomScore in app structure less than zero.
Change-Id: Ib8ce14bc5cf8310c46bae47ef54b7d59d3f2c95f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
SangYoun Kwak [Thu, 8 Aug 2024 06:48:36 +0000 (15:48 +0900)]
resourced: Remove unnecessary comments and indentations
Change-Id: Ia9c101dbf2dcce5c37575ba33e6e92cae66e4069
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 8 Aug 2024 06:30:38 +0000 (15:30 +0900)]
resourced: Modify switch statement not to fall through
There was fall-through in the switch statement with other statements and
it decreases readability and maintainability so it was removed.
(This commit fixes same issue of
8ffd276da7741fd124d4571cfa899cb6bd2cbe08)
Change-Id: I35692a6f397cce1197f744896c7e42bef6d32ecf
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 8 Aug 2024 04:17:58 +0000 (13:17 +0900)]
process: Remove unnecessary comments and indentations
Change-Id: I27827bb5f0ace7b46a44cb437854c07f801e13ec
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 8 Aug 2024 03:57:11 +0000 (12:57 +0900)]
Modify switch statement not to fall through
There was fall-through in the switch statement with other statements and
it decreases readability and maintainability so it was removed.
This patch will fix a SVACE issue with WGID=226809
Change-Id: I23a438cd5b56ad2e4d35767d3b2e5bb1168b811c
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Unsung Lee [Thu, 1 Aug 2024 01:40:52 +0000 (10:40 +0900)]
spec: Change version to match tizen version
Change-Id: I22327c57dfbc4fb06e49f21852246ff71bb2d4c0
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Chanwoo Choi [Fri, 26 Jul 2024 07:54:11 +0000 (16:54 +0900)]
proc-monitor: Add support of missing componentbasedapp app type
Component-based app contains the UI/Widget/Service components on one
process. This app type is added on Tizen 5.5. Before this, remained app
type except for ui/widget/service has been handled as GUI app type.
In order to remove the confusion, check the accurate app type name
to support "componentbasedapp" app type.
[1] https://docs.tizen.org/application/native/guides/applications/component-based-app/
Change-Id: I38f47fb826b37c312e79148dc6af2bcd6b3c4c16
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Fri, 26 Jul 2024 06:22:24 +0000 (15:22 +0900)]
proc-monitor: Add support of new robotapp app type
Add support of new robotapp app type which is only for robot profile
on SMP platform. "robotapp" is working as service app.
Change-Id: I744c6c4f3b65a3dca008cf2364e67d69dc2e4cc5
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Fri, 26 Jul 2024 06:01:07 +0000 (15:01 +0900)]
proc-monitor: Remove duplicate code as separate function
proc-monitor module have the duplicate code to parse the app
information. In order to remove duplicate code as separate function
and also it make easy to add newly app type.
Change-Id: If8b894e156e561ab231fd2b7a8cd02f9cf6ad3ec
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Fri, 26 Jul 2024 05:45:49 +0000 (14:45 +0900)]
proc-monitor: Align indentation of definition
Change-Id: Iba5d399b605fc0102d62c1efa4c1d3ab30efe3d6
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Unsung Lee [Mon, 22 Jul 2024 05:25:51 +0000 (14:25 +0900)]
proc-main: Init proc_app_info memory strucutre before updating
Initaliize proc_app_info memory structure before updating the structure.
Currently, proc_app_info memory structure is updated before initalizing the structure.
After then, Initalization is done, so oom_score_adj of proc_app_info memory
is overwritten as wrong value.
Change-Id: Id545677f9982eb615636a9a992facc64f73d321f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 3 Jul 2024 09:02:09 +0000 (18:02 +0900)]
cpu-sched: Get return value from the non-void function
Get return value from non-void function to check error.
Change-Id: Idbd8382449368fb5e87f986f1c72345c715c8dcb
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 3 Jul 2024 08:53:27 +0000 (17:53 +0900)]
heart-abnormal: Remove unreachable code
Remove unreachable code (always return 0 in the callee).
Change-Id: Id4257b8cd9b6b1f9c1410f1f6a72bc13eba6bdc7
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 1 Jul 2024 06:21:16 +0000 (15:21 +0900)]
cpu-boosting: Remove meaningless but frequent called log
Remove meaningless but frequent called (useless) log
when cpu stall event is monitored from kernel and the cpu stall handler is turned off.
Change-Id: I0a5dc1f96fdfd44f6662edadfad4a801cddc57d2
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Sat, 29 Jun 2024 12:05:24 +0000 (21:05 +0900)]
cpu-boosting: Add reason to fail boosting cpu in the log
Add reason to fail cpu boosting when printing the error log.
Change-Id: I85df82ad7dcb6d1a912bdefb991617eefe4aa89d
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 21 Jun 2024 03:34:02 +0000 (12:34 +0900)]
safe-kill: Add reason to send signal in the log
Add reason to send signal when printing the debug log.
Change-Id: I3c5cd6b93e7c96435764be47cff7a50704c0e01f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 20 Jun 2024 11:19:41 +0000 (20:19 +0900)]
fd-handler: Remove meaningless but frequent called log
Remove meaningless but frequent called (useless) log
when fd (such as socket) is closed successfully.
Change-Id: Ib2bda4d07edc36f559c4e16be3aa20bf59d3dae8
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Łukasz Stelmach [Tue, 4 Jun 2024 12:55:21 +0000 (14:55 +0200)]
MemoryLimit has been replaced by MemoryMax
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: Ie7e67b659ebfc85f80a50144702a8ea77c76c30b
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Unsung Lee [Tue, 16 Apr 2024 10:17:09 +0000 (19:17 +0900)]
heart-cpu: Remove double unlock code
Rmove double unlock code (i.e., unlock after unlock without getting lock).
It causes undefined behavior, so it must be removed.
This problem is reported by Coverity with id = 1750882.
Change-Id: Ia898cc02846d1cc2a9e0de9e363bfd37b0ca25a2
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 16 Apr 2024 07:12:58 +0000 (16:12 +0900)]
lowmem-governor: Revert "Classify apps & optimize memory cgroup"
Revert partial update among patch "Classify apps & optimize memory cgroup".
It changes the criterion for determining whether a process is app or not
based on it is managed by resourced as app rather than the oom score.
This approach is based on resourced (branch: tizen_6.0).
Change-Id: I3c9a4911b96c669f8abf8facf922112afbfd2a6b
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
SangYoun Kwak [Thu, 4 Apr 2024 06:38:53 +0000 (15:38 +0900)]
lowmem: Modify to move cgroup when pid is child
Previously, if pid is child's pid and try to move cgroup of it,
resourced does nothing because child pids should be moved with their
parent process.
In the case of Android app, its pid should be grouped with its
corresponding dummy app(Tizen app, android-launcher), but it is treated
as a child of dummy app, resourced does nothing and it is not registered
to the cgroup's tasks.
To fix this issue, modify to call lowmem_limit_move_cgroup() to write
all pids of parent process even if the target(to move cgroup) is child
pid.
Change-Id: I0fd516025e2f0dddd4571f5325c54ef44296bc1c
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Unsung Lee [Thu, 22 Feb 2024 09:29:32 +0000 (18:29 +0900)]
compaction: Release lock after finishing critical section
The problem is reported in coverity with 1743722 id.
Change-Id: I49f676273056eac80824b8584735ae4791017ce2
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 22 Feb 2024 09:01:21 +0000 (18:01 +0900)]
heart-battery: Get lock before accessing critical section
Get lock before accessing module->cache and
release lock after finishing aceess of module->cache.
This problem is reported in coverity with 1746676 id.
Change-Id: I0e706bf138f5cdc5e8463da255902ddc49dabf45
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 22 Feb 2024 08:41:24 +0000 (17:41 +0900)]
logging: Remove useless code which causes bug
Remove useless code which access critical section without lock.
g_queue_foreach() and g_queue_get_length() already handles empty queue case.
This problem is reported in coverity with 1739919 id.
Change-Id: Id7f678b5731d4339a61848c91251305e3050ff7c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Adam Michalski [Tue, 14 Nov 2023 16:22:41 +0000 (17:22 +0100)]
Add resourced plugins to ISU configuration
resourced is a special case. As the service binary performs mounts that must be
visible by the rest of the system, it cannot use any form of sandboxing. That's
why the binary has to be run directly from the ISU package. In addition, different
images may provide different set of configuration files (/etc/resourced/*) and some
configurations may need plugins in the form of shared libraries. As if that was not
enough, the aforementioned plugins may reside in different directories, depending on
the target architecture (as with all shared libraries on Linux systems). Putting all
this together and preparing a correct and roboust ISU configuration is challenging.
The solution is to prepare an ISU package that will work in all these cases:
- any collection of configuration files (/etc/resourced/*)
- any collection of plugins (possibly with no plugins at all)
- support a whole raft of different combinations of the above two.
The solution is based on direct binary file exchange, bind mounting the whole
/etc/resourced directory and bind mounting the whole plugins directory. The latter
is optional (so possibly resourced can run without plugins at all on some
configurations). Bind mounting entire subdirectories allows for the flexibility of
the whole ISU configuration. Please find the implementation details below.
The following changes have been made for ISU:
* isu/isu.cfg - ISU configuration file.
[isu] section:
`name` and `version` have been filled by using the #NAME# and #VERSION#
that will be replaced into the name and version of the RPM package.
`system_service` is the systemd service name and must be the same as the
original one. It has also been extended to add two dependent mount units:
`##PLUGIN_MOUNT##` will be substituted into
`usr-lib{64}-resourced-plugins.mount` (depending on the architecture)
which bind mounts resourced plugins subdirectory allowing it to be
replaced with the ones provided by the ISU package
`etc-resourced.mount` which is responsible for replacing /etc/resourced
with the one provided by ISU
[files] section:
contains a list of files/directories that should be added to the ISU package.
We provide 3 mandatory entries here:
/usr/bin/resourced - resourced binary
/etc/resourced - directory containing resourced configuration
libresourced-private-api.so.* - library that is mandatory for resourced
resourced/plugins - directory with resourced plugins (optional)
We use the `##LIBDIR##` snippet to obtain the proper library path (explained
later).
* isu/resourced.service- modified ISU service file.
Comparing to the original service file, dependency on plugin mount unit has been
introduced. Plugin mount unit in turns is dependent on the `etc-resourced` mount
unit. Also, the ExecStart has been modified so that it loads the service binary
from the ISU package path rather than the original one (/usr/bin/resourced).
* isu/etc-resourced.mount - mount unit responsible for replacing the original
/etc/resourced directory with the one provided by the ISU package
* isu/usr-lib-resourced-plugins.mount - mount unit responsible for replacing plugins
subdirectory with the one provided by the ISU package.
##PLUGIN_LIB_DIR## is substituted by the appropriate string generated in the
resourced.spec file, which depends on the architecture: on 32-bit systems it will
be /usr/lib, and on 64-bit ones /usr/lib64. This mount unit may be renamed later
to `usr-lib64-resourced-plugins.mount` as the name of the mount unit must reflect
the path to which it applies a bind mount. This is done in the isu/CMakeLists.txt.
* packaging/resourced.spec - main resourced RPM spec file.
The following changes has been made:
- added isu package, its description, and isu configuration files section
- added ISU_ARCH_BIT constant to be passed to the cmake invocation, so that it
knows for which architecture the build was invoked
- added `##LIBDIR##`, `##PLUGIN_LIB_DIR## ` and `##PLUGIN_MOUNT##` symbols
expansion to substitute the placeholders in isu configuration, service file and
mount unit files depending on the architecture:
##LIBDIR## exapnds to /usr/lib{64}
##PLUGIN_MOUNT## expands to usr-lib{64}-resourced-plugins.mount
##PLUGIN_LIB_DIR## expands to /usr/lib{64}/resourced/plugins
- added packaing plugins directory to the `bin` rpm package. This is needed to
prevent plugins mount unit from failing when the plugins are not present (they
are optional).
* isu/CMakeLists.txt - CMake config file for the ISU rpm package
Added installing ISU config file, isu service file and mount units to the
appropriate locations (/etc/isu/*). Also added renaming plugins mount unit file
to the appropriate one (depending on the architecture).
* src/CMakeLists.txt - main CMake config file
Added creating resourced plugins directory unconditionally. Necessary for the
spec file to be able to package plugins directory (possibly empty) into the `bin`
rpm package.
Change-Id: If267bd00999fae84b79a67122af8cd98cd84644f
Unsung Lee [Thu, 30 Nov 2023 08:19:12 +0000 (17:19 +0900)]
cpu-sched: Exclude apps that are not foreground but have PROC_STATE_FOREGROUND state
Exclude apps that are not foreground but have PROC_STATE_FOREGROUND state from
foreground cpu affinity group. cpu-sched module initially searches already
launched foreground app and move them to foreground cpu affinity grouop.
Change-Id: I3692d6a4e70c08babc5547326133099ac20ebf91
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Sun, 26 Nov 2023 11:07:59 +0000 (20:07 +0900)]
cpu-sched: Add background notifiers for fixed oom score app
Add background notifiers for fixed oom score app. This is because,
ForegroundApps fixs cpu affinity for foreground app, but fixed oom score app
was excluded from cpu affinity update.
newly added notifiers are like below:
- RESOURCED_NOTIFIER_APP_BACKGRD_WITH_FIXED_OOM_SCORE for background status
Change-Id: I737c568c3bd18bc8fe436df16e8bcc370c6abf71
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Sun, 26 Nov 2023 10:28:53 +0000 (19:28 +0900)]
cpu-sched: Check name and cpu_info for app with cpu affinity
App with cpu affinity has non Null name and cpu_info, but
app without cpu affinity has Null name and cpu_info. Therefore,
name and cpu_info must be checked to judge whehter cpu affinity is
statically fixed at app.
Change-Id: I53693fe769c6a0ffe033fd49b700e44a6f0d3d92
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 29 Nov 2023 11:52:11 +0000 (20:52 +0900)]
memory-cgroup: Set oom score range between cgroup
Set oom score range between cgroup. In this case,
only perceptible and favorite apps can be moved between memory cgroups
when the memory limit is set.
Change-Id: I5cc350c3c18350c9f8c047c8fd6e0043bdfdc642
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 30 Nov 2023 02:33:08 +0000 (11:33 +0900)]
proc-main: Revert update oom score of service app launch
Revert update oom score when service app is launched. It is process
to revert functionality of resourced 6.0.
Change-Id: I3de83bdf43fc906d899d97d9037c359ea06b2c9a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Sun, 3 Dec 2023 10:53:59 +0000 (19:53 +0900)]
lowmem-limit: Update app (w/ MemLimitAction) cgroup when status is changed
Update memory cgroup of MemLimitAction defined app when status is changed.
Change-Id: Ia1211b1c1982c25e8adf7910cee894bfb98a6cf7
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 27 Nov 2023 07:53:48 +0000 (16:53 +0900)]
conf: Support memory limit exception for specific app
Support memory limit exception for specific app if <limit> value is -1.
This functionality is required to exclude specific app from
ServicePerAppLimitAction, WidgetPerAppLimitAction, GUIPerAppLimitAction, and
BackgroundPerAppLimitAction.
Change-Id: Ia58c4538ca541b78adc61a32d870730063915c6f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 27 Nov 2023 04:47:28 +0000 (13:47 +0900)]
conf: Remove action from all LimitAction
Remove action from all LimitAction confs
(i.e., ServicePerAppLimitAction, WidgetPerAppLimitAction, GUIPerAppLimitAction,
BackgroundPerAppLimitAction and MemLimitAction).
Action will be decided only by MemoryLimitTrigger conf.
It also change type of memory in mem_action from unsigned long long to uint64_t.
Change-Id: Ieae8ed65d8d55b6a6e70e21fc1024bfaf09664f3
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 21 Nov 2023 11:42:41 +0000 (20:42 +0900)]
lowmem: Restore default value of LmkThresholdLeave and LmkMaxVictimPerOom
Set default value of LmkThresholdLeave and LmkMaxVictimPerOom as before
of commit
3b936616d4a2b9e4058ff191c396aebc5f5efc57
Change-Id: I487117ca976b9ab57240385f889f992b67faec75
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
SangYoun Kwak [Fri, 17 Nov 2023 02:23:57 +0000 (11:23 +0900)]
process: Fix watchdog handler to use proper appid
The watchdog handler handles dbus signal(with a pid as a parameter) and
kills an app of this pid if its watchdog action is not configured as
"ignore". (Watchdog action can be configured by locating proper .conf
file in /etc/resourced/process.conf.d.)
Previously, the watchdog handler uses /proc/<pid>/cmdline as an app
name, which is not an actual app name. This caused the watchdog handler
to think 'this app is not configured as "ignore"' even it is configured
as "ignore" because the actual app name and /proc/<pid>/cmdline are not
matched.
Thus, apps which should be not killed by the watchdog were killed.
To fix this issue, find_app_info() is used, which gets
struct proc_app_info from pid, to get the proper app name.
Change-Id: I2bc9c9d7ffcb45bbc10243241d4786fb73d2f7b4
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Unsung Lee [Fri, 17 Nov 2023 11:29:00 +0000 (20:29 +0900)]
conf: Add LmkMaxVictimPerOom to set max victim per oom level during LMK
Add LmkMaxVictimPerOom to set max victim per oom level during LMK.
It is restoration of 'NumMaxVictims' in tizen 6.0.
Change-Id: I3771d00e1d3f847072039e553d9f8ce3aae1146a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 17 Nov 2023 06:28:21 +0000 (15:28 +0900)]
conf: Add LmkThresholdLeave to set stop condition of LMK
Add LmkThresholdLeave to set stop condition of LMK.
It is restoration of 'ThresholdLeave' in tizen 6.0.
Change-Id: I0fb27492d8aae4ae0807fd65e98560c025e6c057
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 17 Nov 2023 06:17:10 +0000 (15:17 +0900)]
proc-oom-priority: Support fixed oom for service type app
Change-Id: Ia8c3dfa1f973f44948f6b11cc9a223302505b951
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 10 Nov 2023 07:46:29 +0000 (16:46 +0900)]
lowmem-governor: Remove app with LmkKillException from the LMK victim list
Remove app with LmkKillException configuration property (yes|1|ok|on|)
from the LMK victim list during LMK. If LmkKillException is not declared in
limiter.conf.d, then the process can be included in LMK victim list during LMK
(default is no|0|off).
Change-Id: I8aa5903850438952a6f2f9e024eba1bb4f7ccd43
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 9 Nov 2023 11:37:01 +0000 (20:37 +0900)]
conf: Add LmkKillException to remove app from LMK list
Change-Id: I3cd92aa109185a2dbab2171230681e3ec9cf75b3
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 9 Nov 2023 07:55:21 +0000 (16:55 +0900)]
proc-common: Change limit_bytes type to cover larger than 4GB
Change limit_bytes type from unsigned long to uint64_t
to cover more than 4GB in 32bit machine.
Change-Id: I48405ad16066f21a5c569f7eab181ef2d2ef2a14
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 9 Nov 2023 07:37:23 +0000 (16:37 +0900)]
lowmem-limit: Remove useless max limit size check
Resourced already resizes limit size when limit size is larger than total memory size.
Change-Id: I71cf191f07c398e1916bbe6d1397874e7f6df302
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 8 Nov 2023 12:21:52 +0000 (21:21 +0900)]
lowmem-limit: Add oom based event trigger and handler
Add oom based event trigger and handler to restore 'MemLimitTrigger=oom' in tizen 6.0.
If memory limit is triggered by oom instead of threshold, then do NOT kill or
reclaim forcely in the resourced (Kernel's oom job).
Change-Id: I3c00412ddac9e89080aee3a2b8bfa5297ef7e5d9
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 9 Nov 2023 01:12:03 +0000 (10:12 +0900)]
conf: Support oom based event trigger and handler in conf
Add 'MemoryLimitTrigger' conf to support oom based event trigger and handler.
If conf value is oom then, memory limit is handled by kernel oom. On the other hand,
reosurced handles memory limit directly with threshold value in the conf.
Change-Id: I785fc8bdac9505f990dc48cf3c4c7d4ead013c01
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 17 Aug 2023 05:34:57 +0000 (14:34 +0900)]
swap: Reclaim memory when LCD is off
Reclaim memory from BackgroundMru memory cgroup when LCD is off
to reserve memory.
This is one of patch to restore BackgroundReclaim configuration of resourced 6.0.
Change-Id: I3657689a11931f8f80deeaaebc64fcdc4dc35747
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 17 Aug 2023 08:33:22 +0000 (17:33 +0900)]
memory-cgroup: Add BackgroundMru cgroup
Add a memory cgroup called BackgroundMru to include apps
which have oom_score_adj like below range.
OOMADJ_BACKGRD_PERCEPTIBLE <= oom_score_adj
< OOMADJ_BACKGRD_UNLOCKED + OOMADJ_APP_INCREASE
resourced allows process migration from Private to BackgroundMru and vice versa.
However, it is impossible to be migrated from Private to / (top) or BackgroundLru
and vice versa.
This is one of patch to restore BackgroundReclaim configuration of resourced 6.0.
Change-Id: Icd540641b65e75e87fd73ee3511f7b3c33c32957
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 17 Aug 2023 06:31:49 +0000 (15:31 +0900)]
memory-cgroup: Rename memory throttling to memory background LRU
Rename memory throttling to memory background LRU to emphasize the meaning
of the corresponding memory cgroup.
This is one of patch to restore BackgroundReclaim configuration of resourced 6.0.
Change-Id: I7f7243d40cc1a1c9e4762bea2176d4abbbe62b1c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 17 Aug 2023 04:39:04 +0000 (13:39 +0900)]
config: Add AfterScreenDim configuration
Add AfterScreenDim configuration of MemoryBackgroundReclaim section
in optimizer.conf to reclaim memory from most recently used background apps.
This is one of patch to restore BackgroundReclaim configuration of resourced 6.0.
Change-Id: I30fbb0814c3622ea1d4615f8e3b424a4c105ace7
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Adam Michalski [Tue, 31 Oct 2023 09:36:29 +0000 (10:36 +0100)]
Add ISU package
Change-Id: Ibe9c1e87d8af96c49a75cc3ab1196940578f17f6
Unsung Lee [Mon, 30 Oct 2023 04:41:45 +0000 (13:41 +0900)]
lowmem-monitor-psi: Add the lowest PSI level
Add the lowest PSI level to monitor low memory early.
This is because, sometimes Out-of-Memory (OOM) is triggered earlier than LMK
in ths past 3 level PSIs.
New PSI also cannot perfectly detect LMK status before OOM is triggered.
However, it covers some LMK status detected by vmpressure(low).
In conclusion, change PSI like below:
PSI_LEVEL1(NEW): 30ms/500ms (6%)
LOW -> PSI_LEVEL2
MEDIUM -> PSI_LEVEL3
HIGH -> PSI_LEVEL4
Change-Id: Ib8fe1f75f8baf07d585fd1af8ef4306994d9c442
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 7 Sep 2023 03:05:33 +0000 (12:05 +0900)]
conf: Add governor (post) configurations
Add memory (LMK) and cpu (boosting stall) governor configurations to
turn on/off options.
Two new section is added like below:
- MemoryLMKGovernor in limiter.conf
: LMK post governor related section
- CpuBoostingStallGovernor in optimizer.conf
: Cpu boosting stall governor related section
MemoryLMKGovernor includes configurations
- ForegroundAppListPostGovernor: LMK post governor for foreground app list
- WorkingSetSizePostGovernor: LMK post governor for working set size
CpuBoostingStallGovernor includes a configuration
- CpuBoostingStallGovernor: Cpu boosting governor for stall handler
Change-Id: I901915bc6d80b66256466a54d56e9216d80f5737
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 7 Sep 2023 06:01:00 +0000 (15:01 +0900)]
conf: Move proc-common to memory-common for consistency
Move function and variable of configuration defined in proc-common
to memory-common for consistency.
foreground_app_list_status_enabled configuration is actually used in
LMK (lowmem.c). In addition, both configuration foreground_app_list_status_enabled
and lmk_governor_post_wss_enabled are related to LMK post governors.
Therefore, function and variable related to two configurations needs to be gathered
together in memory-common.c.
Change-Id: I0fffbd0fa0bea0846517ffcbbdde17742eaa4681
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 13 Sep 2023 01:51:39 +0000 (10:51 +0900)]
cpu-boosting-monitor: Check return value of eventfd_write and remove useless code
Check return value of eventfd_write and remove eventfd_read function. This is
because if eventfd_write is not correctly working (return value is -1),
then monitor pthread will not be exited. In addition, eventfd_read is used to
read dummy value, so psi monitor will be exited correctly regardless of eventfd_read.
It solves problems reported by Coverity with cid = 1704480 and cid = 1704688.
Change-Id: Ife5e17998a0edd46e3d7e6ad028d7a0a7285f19a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 8 Sep 2023 01:56:49 +0000 (10:56 +0900)]
proc-monitor: Modify variable type and function to parse window info
Modify variable type and function to parse an array of windows received
from the window system. This is fundamentally to solve the issue while
parsing window info.
In gvariant, i and b are gint32 and gboolean, whereas previously
int and bool types were used respectively.
In addition, g_variant_iter_next() is definitely preferred over
g_variant_iter_loop() when parsing simple type such as integer and string within a loop.
Change-Id: If19b9199f9bdd4a0a32518f9a400dbf9423ff410
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 5 Sep 2023 12:16:44 +0000 (21:16 +0900)]
lowmem-controller: Exclude app from kill when is_killed_free_from is true
Exclude app from LMK from kill when is_killed_free_from is true.
This value can be set by LMK governor post function in resourced LMK plugin backend.
Change-Id: I2b70370d05c9e08fbb7d168cb8c2717faa44a028
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 5 Sep 2023 04:42:01 +0000 (13:42 +0900)]
lowmem: Add active, inactive, and swap usage in task_info
Add active, inactive, and swap usage of each app in task_info structure.
This infomration will be used in get_kill_candidates_post_with_wss() function.
Active, inactive, and swap usage are counted by
- Active usage is sum of active_anon + active_file in memcg
- Inactive usage is sum of inactive_anon + inactive_file in memcg
- Swap usage is a mount of swap in memcg
Change-Id: I1e96d12023eb303754a0120e18c20ee9e66a1459
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 5 Sep 2023 07:45:00 +0000 (16:45 +0900)]
lowmem-limit: Make private memcg for each app
Private memory cgroup for each app is essential to monitor app information
such as working set size. This is because calculation ofworking set size
is based on memory stat in memcg.
Change-Id: Ic2d840bad0aa54eb9293ced1333c14de81917c13
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 6 Sep 2023 08:51:53 +0000 (17:51 +0900)]
lowmem: Add lmk_try_count in syscommon_plugin_resourced_memory_lmk_get_kill_candidates_post_with_wss()
Add lmk_try_count argument
into syscommon_plugin_resourced_memory_lmk_get_kill_candidates_post_with_wss to
notify the current LMK cycle to resourced LMK backend plugin.
Change-Id: Ia83ab53c6179beec00b3f2430e9218256077032e
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 5 Sep 2023 02:47:24 +0000 (11:47 +0900)]
conf: Add lmk_governor_post_wss_enabled to turn on/off governor post with WSS
Add lmk_governor_post_wss_enabled variable to turn on/off governor post with
working set size (WSS).
Change-Id: I31f24e0dde2514893338429fc65ed83e75a3697e
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 1 Sep 2023 08:19:24 +0000 (17:19 +0900)]
cpu-boosting: Check whether cpu stall handler is turned on
Check cpu stall handler is turned on.
If so, wake up cpu boosting thread to handle cpu stall.
If not, ignore event from the cpu boosting monitor.
Change-Id: Idc14a3804200291a6c4e9d021e590e98ba199e56
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 4 Sep 2023 07:50:29 +0000 (16:50 +0900)]
cpu-boosting: Remove useless overhead caused by governor
Remove useless overhead caused by cpu boosting governor.
It removes useless overhead in two cases
1. If cpu is not busy when stall event is monitored, then
do not decrease boost thread level
2. If action list to do is empty and no already decreased thread,
then do not make an additional timer. This timer is used to check
whether there is not stall event during interval.
Change-Id: I01ce568278a7acdb2b958644b95a97c838c3da70
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 1 Sep 2023 08:45:57 +0000 (17:45 +0900)]
cpu-boosting: Decrease timer from 2000ms to 500ms
Decrease timer for checking additional PSIs from 2000ms to 500ms.
That is, if no addition PSIs are triggered during 500ms,
then cpu boosting level is restored.
This is because 2000ms is too long to check cpu contention is alleviated or not.
Change-Id: I4485d6499e1317a4af92398b2a7d5ef0053423a7
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 1 Sep 2023 07:08:39 +0000 (16:08 +0900)]
cpu-boosting: Move is_cpu_contention_alleviated to libsyscommon
Move is_cpu_contention_alleviated function to libsyscommon and
reference syscommon_resourced_is_cpu_contention_alleviated() from libsyscommon.
Change-Id: I7f799bd4c1b8f0f7970c2731d9035e217b7696bb
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 10 Aug 2023 23:55:39 +0000 (08:55 +0900)]
cpu-boosting: Modify cpu boosting level to handle cpu contention
Modify cpu boosting level to handle cpu contention.
The cpu boosting governor makes a list of commands to handle cpu contention,
and it decreases cpu boosting level of some threads (victims).
The cpu boosting module waits for timer events to check whehter cpu contention
is alleviated or not. If so, restoring cpu boosting level.
If not, making a new timer to check cpu contention after some interval.
Currently, cpu boosting module just checks whether PSI events are not
triggered for some interval. It is not the best solution, but simple
and intuitive solution.
Change-Id: I897c89c054ab11ed08ad16ef171610d7fa2944bd
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 10 Aug 2023 03:09:00 +0000 (12:09 +0900)]
cpu-boosting: Execute cpu boosting backend (governor)
Execute cpu boosting governor in plugin backend to govern cpu contention.
The prototype of governor function is like below:
- int syscommon_plugin_resourced_cpu_boosting_governor_govern_request
(GHashTable *cpu_boosting_info_table,
cpu_boosting_level_e cpu_boosting_level,
GSList **cpu_boosting_controller_action);
* This function receives cpu_boosting_info_table and cpu_boosting_level
as inputs and gives cpu_boosting_controller_action as an output.
If return value of this function is not 0,
then cpu_boosting_controller_action is meaningless.
Change-Id: I6c8d805b63e258147932fb7ce8928001ef715ca8
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 9 Aug 2023 12:52:19 +0000 (21:52 +0900)]
cpu-boosting: Move cpu boosting common struct to libsyscommon
Extract cpu boosting common struct and move it to libsyscmmon to be referenced
between resourced cpu boosting module and cpu boosting plugin backend.
structure name is changed like below for consistency:
- cpu_boosting_info -> syscommon_resourced_cpu_boosting_info
- cpu_boosting_input -> syscommon_resourced_cpu_boosting_input
Change-Id: Id1296115c984cd03250cbb3cf182b79f4067ecaf
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 9 Aug 2023 07:27:06 +0000 (16:27 +0900)]
cpu-boosting-monitor: Notify cpu boosting module when monitoring cpu PSIs
Notify cpu boosting module when cpu PSIs are triggered.
When monitoring cpu PSIs, the monitor needs to wake up cpu boosting main thread.
This is because cpu boosting monitor just catches cpu PSIs and need to
wait for next PSI events.
Thread running cpu boosting monitor should wake up main cpu boosting thread
running g_main_loop_run() function. When main cpu boosting is idle,
the thread is woken up immediately.
Change-Id: I7f89265f4e7394c07c86cb0f3e40edc785eb922c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 9 Aug 2023 04:42:10 +0000 (13:42 +0900)]
cpu-boosting: Init cpu boosting module early
Initialize cpu boosting module earlier than cpu boosting monitor module.
This is because, cpu boosting module must be ready to accept requests from
cpu boosting monitor.
Currently, cpu boosting module does not depend on any other resourced modules,
so initailize cpu boosting module with the highest priority (i.e., MODULE_PRIORITY_EARLY).
Change-Id: I9cff9d0c24205d7887b4d6d758b7410efe1fc165
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 9 Aug 2023 03:23:25 +0000 (12:23 +0900)]
cpu-boosting-monitor: Add cpu PSI monitor module
Add cpu PSI monitor to detect cpu contention.
cpu PSI monitor code works very similar with lowmem PSI monitor (memory PSI).
However, CPU PSI is only focusing on 'some' events.
This is because, global CPU PSI information (i.e., /proc/pressure/cpu)
always has zero (i.e., meaningless value) for 'full'.
Change-Id: Ie4d06bda0a57d7918abc1dddd23eb09dfffce053
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 10 Aug 2023 07:44:13 +0000 (16:44 +0900)]
cpu-boosting: Split a cpu boosting info table into three tables
Split a cpu boosting info table into three independent cpu boosting info tables
according to cpu boosting level.
Currently, resourced supports three cpu boosting level
(CPU_BOOSTING_LEVEL_STRONG, CPU_BOOSTING_LEVEL_MEDIUM, and CPU_BOOSTING_LEVEL_WEAK).
Separate cpu boosting info table according to cpu boosting level
to find and handle threads with same cpu boosting level easily.
Change-Id: I9eb8eac89df8112e91802154401fd59bd0626781
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 22 Aug 2023 11:47:50 +0000 (20:47 +0900)]
lowmem-monitor: Check return value of eventfd_write and remove useless code
Check return value of eventfd_write and remove eventfd_read function. This is
because if eventfd_write is not correctly working (return value is -1),
then monitor pthread will not be exited. In addition, eventfd_read is used to
read dummy value, so psi monitor will be exited correctly regardless of eventfd_read.
It solves problems reported by Coverity with cid = 1704480 and cid = 1704688.
Change-Id: Ic753aaf3b96c95d7f1e2e629c165800728b92289
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
SangYoun Kwak [Mon, 21 Aug 2023 05:57:25 +0000 (14:57 +0900)]
lowmem-monitor: Add a module for PSI and vmpressure
A new module "lowmem-monitor" is added:
- Initialize monitor: PSI or vmpressure
- Use PSI if the PSI initialization was successful.
- Use vmpressure otherwise.
Change-Id: I37d9b223698d3742dd4a02b27c94f65852810fb4
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 3 Aug 2023 08:24:44 +0000 (17:24 +0900)]
lowmem-monitor: Modify PSI monitor to do one action per monitor
Multiple events can be occured at one epoll_wait return.
In this case, lowmem_trigger_memory_state_action can be called multiple
times which is unnecessary.
With this patch, lowmem_trigger_memory_state_action will be called only
once per epoll_wait's return.
Change-Id: I6ef5cc7aeee4c9baa273517333c1cd2655752d58
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 3 Aug 2023 07:56:49 +0000 (16:56 +0900)]
lowmem-monitor: Modify PSI's epoll_wait as blocking
Previously, epoll_wait was non-blocking and the timeout was 0.
It means that epoll_wait will return immediately after checking events.
With this method, the psi monitor thread will consume cpu(it will check
events intensively) so sleep(3) was used to prevent the consuming
situation.
But it makes psi monitor thread to sleep, which might miss events within
the sleeping period.
By making epoll_wait blocking, this problem will be solved.
Change-Id: I4f2b1ff06b53bcca2830d4c2ecb972fc17904f52
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 3 Aug 2023 07:03:38 +0000 (16:03 +0900)]
lowmem-monitor: Modify PSI memory monitoring levels
The levels of PSI memory monitor changed from 5 levels to 3 levels.
1. PSI_MEM_LEVEL_LOW (low psi, memory stall is small)
2. PSI_MEM_LEVEL_MEDIUM
3. PSI_MEM_LEVEL_HIGH (high psi, memory stall is greater than the aboves)
In accordance with the modification above, stall time also changed.
Code modifications are made to accompany the above modification.
Change-Id: I2bc87ae48a6dd7fc2d019e4a8ebece899c81c747
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Thu, 3 Aug 2023 06:33:58 +0000 (15:33 +0900)]
lowmem-monitor: Modify psi event handler like vmpressure
The handler for psi events is modified like the vmpressure's one.
- Get available memory by calling proc_get_mem_available()
- Get memory status(level) by calling lowmem_check_mem_state()
- Do an action by calling lowmem_trigger_memory_state_action
- Do nothing if the available memory is same as the previous one.
Change-Id: I770093c1ad501c63620444a6aede91f500978fd3
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Unsung Lee [Wed, 2 Aug 2023 07:48:51 +0000 (16:48 +0900)]
proc: Check whether window is enabled or not
Check the option which indicates whether window is enabled or not.
If the corresponding option is turned off, then do not execute
window related code in proc and lowmem modules.
If the option is turned on,
- Update window stack each time
- Active 'ForegroundAppList' config
- Consider window information during LMK
Change-Id: Id976634628ca9bdd49e8e508ebc70739c410f7e3
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 31 Jul 2023 11:17:47 +0000 (20:17 +0900)]
proc: Reset the window stack information from proc_app_info
Reset window stack information before updating it
to remove invalid window information.
Currently, window information of window stack is saved in proc_app_info,
so resourced needs to know each window owner after the latest window stack update.
Change-Id: If2ef136577c329e63cf48673254b9e04642b283c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 31 Jul 2023 08:11:20 +0000 (17:11 +0900)]
proc-monitor: Check window validity using focus information
Check whether focus information of app life cycle
and focus information of window stack is same to judge window stack validity.
Window information in window stack includes focus information
and appfw also notifies resourced when focus information of app is updated.
In this case, both information should be synchronized.
Change-Id: I7a9a0e5eb772ac93ec45d07bb393d8d42e832f41
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 31 Jul 2023 07:27:36 +0000 (16:27 +0900)]
proc-monitor: Update window stack when updating app life cycle
Update window stack information when app life cycle is updated
to get the latest window stack information.
Window stack is dbus method call, so resourced doest not know
when window stack is updated. On the other hand, app life cycle update
can be caught by call back function. That is, resourced can catch
timing of window stack update using app life cycle
Change-Id: I626d338e7e45814449a899f2ed9ebf059e9a964a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 31 Jul 2023 06:04:58 +0000 (15:04 +0900)]
proc-monitor: Identify windows to save in app info
A process can have more than one window, so identify
a window to save in an app info.
Currently, if a process already registered a window
and other window of this process is not focused,
then resourced ignores window update.
Change-Id: I50890744ee93dd8da4fd996a3eea7880a7efd9ee
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 25 Jul 2023 11:38:12 +0000 (20:38 +0900)]
lowmem: Pass oom level to LMK governor post for fg app
LMK governor post function reordering foreground status app candidates
requires oom level, so pass oom level to this post function.
LMK governor post function reordering foreground status app candidates
needs to know oom level to judge whether all candidates are
from foreground app or not.
Change-Id: I3fad91585db910a39dc5e9ccdc52b22e5401f66d
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Tue, 25 Jul 2023 10:26:09 +0000 (19:26 +0900)]
memory-cgroup: Move code to correct module and refer to correct module
Move lowmem module code which is located in memory-cgroup to lowmem module.
In addition, add a function which sets lowest oom score of memory cgroup.
Previously, swap module was incorrectly referencing oom level
insteaf of memory cgroup.
Relocation is done like below:
- oom_level is only related to lowmem module. so move all related functions
to lowmem module
- swap module needs to reference memory cgroup to move pid
to Throttling memory cgroup. Therefore, it should reference function
from memory cgroup instead of lowmem module.
Change-Id: Idd863113f7d058afa60973aea541d5c1c03a2c02
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Sun, 30 Jul 2023 06:58:47 +0000 (15:58 +0900)]
lowmem: Move oom level to libsyscommon
enum oom_level needs to be referenced by both resourced lowmem module and
resourced plugin-backend (i.e., LMK governor). Therefore, it should be located
a shared library (i.e., libsyscommon) which can be accessed by both sides.
In addition, add corresponding header file from libsyscommon.
Change-Id: I1f6c9676e1cdf9f436cbaa5413ed433dfe6e4ffe
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 21 Jun 2023 10:31:02 +0000 (19:31 +0900)]
lowmem: Support 'get_kill_candidates_post' funcs
Support LMK governor post funcs which will be called after
LMK governor function to reorder a victim candidate list
resourced LMK needs to reorder victim candidates list according to
serveral conditions (e.g., working set size, foreground app status)
resourced supports three type of get_kill_candidates_post ops newly
- int syscommon_plugin_resourced_memory_lmk_get_kill_candidates_post(
GArray *candidates)
to consider user custom governor policy
- int syscommon_plugin_resourced_memory_lmk_get_kill_candidates_post_with_wss(
GArray *candidates)
to consider working set size of app
- int syscommon_plugin_resourced_memory_lmk_get_kill_candidates_post_with_foreground(
GArray *candidates)
to consider window information of app
Change-Id: I32bab160d66d05cd986b9f84c942ea1d2b8a59c4
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 21 Jul 2023 08:01:52 +0000 (17:01 +0900)]
memory-cgroup: Add a new oom_level called OOM_LEVEL_FOREGROUND
Add a new oom_level called OOM_LEVEL_FOREGROUND
between OOM_LEVEL_MOST_RECENTLY_USED and OOM_LEVEL_FOREGROUND_AND_PROC
to choose victims only from foreground status app group.
Although all foreground apps are contained in
OOM_LEVEL_FOREGROUND_AND_PROC group, it also contains process in /proc.
Change-Id: Ie257c8a280afe89eaa750075aa09a7f8d6167396
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 13 Jul 2023 01:38:52 +0000 (10:38 +0900)]
lowmem: Initalize task window info using app window info
When LMK is triggered by low memory, task window information is
needed to be initalize using app window information
LMK governor needs to know window information to make an order of
vicitim candidates. Currently, resourced app information includes
itself window information. Therefore, app window information needs
to be passed to task info.
Change-Id: If54217a1a4738d3a01945e8c375d6c3d2144895e
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Fri, 23 Jun 2023 04:19:17 +0000 (13:19 +0900)]
lowmem: Set fixed oom_score_adj of foreground app during LMK
Set fixed oom_score_adj during LMK process when app is foreground
and foreground oom_score_adj is fixed.
resourced LMK considers oom_score_adj and memory size to choose vicitim when
available memory size is too low. Meanwhile, some apps should not be killed
by LMK when apps are foreground (visible to user).
This configuration can protect foreground apps when LMK is triggered by
fixing low oom_score_adj.
If foreground oom_score_adj is already fixed by the configuration and
App is foreground, then oom_score_adj of 'task_info' gets value from
the fixed oom_score_adj (very low value).
Change-Id: Idbc1352a1994f7bc5363159021117b8b0e79f2a4
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 12 Jul 2023 05:57:04 +0000 (14:57 +0900)]
proc-oom-priority: Set low oom_score_adj for 'ForegroundAppList'
Set low oom_score_adj of foreground app if the corresponding configuration sets.
oom_score_adj is an important indicator to choose victim
when available memory is too low.
Therefore, if specific foreground app(s) have low fixed oom_score_adj
compared to other apps, then they will be selected for victim with relatively
low probability.
Change-Id: Ic2752fb658da05d9d92a167e5a0f4d1dae411994
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Thu, 22 Jun 2023 09:06:17 +0000 (18:06 +0900)]
conf: Parse 'ForegroundAppList' property of process.conf
Parse configuration for foreground status app(s)
which want to have low oom_socre_adj
This configuration supports recording low oom_score_adj
for foreground app. oom_score_adj is an important indicator
to choose victim when available memory is too low.
Therefore, with this configuration, specific foreground app(s) have low
probability to be choosen as victim of LMK.
A new configuration called 'App' in section 'ForegroundAppList'
is added in process.conf
Change-Id: Ia25c4a966ad7351e0bf67b55d8fb925417f1cc8c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 12 Jul 2023 00:34:38 +0000 (09:34 +0900)]
conf: Extract functions to reduce duplicate code
Find configuration parsing codes that are predicted to be commonly used and
extract them as functions.
'proc_conf_info' structure is used to store configurations of
per process information. In addition, this structure can be used
for all kind of configurations in resourced
(e.g., limiter.conf, optimizer.conf, and process.conf).
Therefore, initialization and inserting of 'proc_conf_info'
are predicted to be commonly used.
Change-Id: I161ffce5c6b28ee4acf9610af7c984f2323ea07e
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Mon, 19 Jun 2023 08:49:25 +0000 (17:49 +0900)]
proc-monitor: Save window info obtained from window system in app info
Send dbus method call to window system to get window stack
and store window information into app information after checking validity
The window system manages information of windows called window stack, and
window stack includes information such as visibility and whether a window has
focus. This information is added to app information after validation process.
New dbus method call added from resourced to window system.
- A bus name (org.enlightenment.wm), a path (/org/enlightenment/wm),
and an interface (org.enlightenment.wm.proc) of window system
- A method (GetVisibleWinInfo_v2)
Change-Id: I03984bbfedc7f861063c824ecd7541cc0bc8794f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Unsung Lee [Wed, 19 Jul 2023 06:09:28 +0000 (15:09 +0900)]
Refactor enum 'oom_score' for high readability
Rename 'oom_score' enumeration and refactor all of code related to
this enumeration to improve readability
resourced uses enum 'oom_score' and this enum has four elements
(OOM_SCORE_HIGH, OOM_SCORE_MEDIUM, OOM_SCORE_LOW, OOM_SCORE_MAX).
Each element means foreground app + /proc group,
most recently used background app group,
least recently used background app group, and all process group respectively.
However, it is too difficult to match element and group.
In addition, order of the element is wrong.
Name 'oom_score' is changed to 'oom_level' and
each element name is changed like below:
OOM_SCORE_LOW -> OOM_LEVEL_BACKGROUND_LEAST_RECENTLY_USED = 0
OOM_SCORE_MEDIUM -> OOM_LEVEL_BACKGROUND_MOST_RECENTLY_USED = 1
OOM_SCORE_HIGH -> OOM_LEVEL_FOREGROUND_AND_PROC = 2
OOM_SCORE_MAX -> OOM_LEVEL_ALL = 3
Change-Id: I499f1ef23a83d0e436f91b8de5437fece7c916ac
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
SangYoun Kwak [Thu, 27 Jul 2023 06:31:23 +0000 (15:31 +0900)]
lowmem-monitor: Disable PSI monitoring method
The PSI monitoring feature of lowmem-monitor was disabled since this
feature is under development.
Change-Id: I0459020a64ace157b0d421a6fd1fb797b0fed263
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Wed, 12 Jul 2023 07:12:27 +0000 (16:12 +0900)]
lowmem-monitor: Add PSI monitoring method
PSI, the "Pressure Stall Information" functionality of the kernel
monitors the stall time of CPU, IO and Memory.
Since it monitors memory stall, it can be used as a monitoring method of
the LMK.
As a new monitoring method, PSI monitoring has been added to the LMK.
(To use this method, the kernel should support PSI)
Change-Id: Ic19fb8a74b4047788b8ce52f18a1f04d028ef136
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Tue, 11 Jul 2023 10:54:58 +0000 (19:54 +0900)]
lowmem-monitor: Rename to lowmem-monitor-vmpressure
Since the current LMK monitoring method uses vmpressure(cgroup), clarify
it by adding 'vmpressure' to the file name and symbols.
Change-Id: I435c1acebe03d828da36a79980136ae5531c2f11
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Tue, 11 Jul 2023 02:42:39 +0000 (11:42 +0900)]
conf: Add detailed explanations for process confs
Sections below needed to be explained more in detail:
* In the 7.1 section:
- ActionOnFailure (What it does)
- OomScore (What are the predefined oom_score_adj values)
* In the 8.1 section:
- ACTION_ON_FAILURE (What it does)
Change-Id: I88a892586accec682a6be883e8ef16d31e0acebf
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
SangYoun Kwak [Tue, 4 Jul 2023 04:43:08 +0000 (13:43 +0900)]
Fix the build error using gcc 13
In the function "resourced_proc_dump" from src/process/proc-main.c, it
concatenates directory and filename and writes it into a buffer using
snprintf.
In this situation, the gcc-13 compiler complains about: the length of
directory + filename can be greater than the size of the buffer, so
it should be handled.
It is already handled by checking the lengths of the directory &
filename but the compiler don't know about it.
To fix this situation, codes for checking the return value of snprintf
have been added.
Change-Id: I2776c5164c57323212e09377ca0eff1f55279ec6
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Unsung Lee [Tue, 28 Mar 2023 08:17:03 +0000 (17:17 +0900)]
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 <unsung.lee@samsung.com>