From: Unsung Lee Date: Mon, 23 Oct 2023 02:46:19 +0000 (+0900) Subject: service: Set MemoryLimit to 20MB X-Git-Tag: accepted/tizen/7.0/unified/20231025.025758^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fdc736619a54cd6789496da23b9f30643761bcf;p=platform%2Fcore%2Fsystem%2Fstability-monitor.git service: Set MemoryLimit to 20MB Change-Id: Iad4d58e10548e7c4c4b3abb05f2d7f0c1a6cf1d0 Signed-off-by: Unsung Lee --- diff --git a/config/stability-monitor.service b/config/stability-monitor.service index ef854ad..122aee1 100644 --- a/config/stability-monitor.service +++ b/config/stability-monitor.service @@ -11,6 +11,7 @@ SmackProcessLabel=System ExecStart=/usr/sbin/stability-monitor Restart=on-failure RestartSec=0 +MemoryLimit=20M [Install] WantedBy=multi-user.target