conf: Remove action from all LimitAction 02/303602/1
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 27 Nov 2023 04:47:28 +0000 (13:47 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Tue, 2 Jan 2024 08:46:03 +0000 (17:46 +0900)
commit6e097e336bb1777de3519b34593b2db0d22ba682
tree0521849610e9dc443025c5149c6e2edc2f029db0
parentf3f44f0e262ecb32c10c66ccb3f7c597fd22720c
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>
conf/README
conf/limiter.conf
src/common/cgroup/memory-cgroup.c
src/common/cgroup/memory-cgroup.h
src/common/util.h