conf: Remove action from all LimitAction 28/302828/3
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 27 Nov 2023 04:47:28 +0000 (13:47 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Thu, 28 Dec 2023 09:35:00 +0000 (18:35 +0900)
commit399f77a526e2c9c17daf79567cea4f8a1bd46f9d
treeedbfde58336c538990a9661cbe845de4551b4b5e
parentf46f5990a67aa6478fc7e7e697b51dffb46d32d2
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