From 98b543560df8eb9cc0a091dab95fb302935fb8c2 Mon Sep 17 00:00:00 2001 From: Unsung Lee Date: Mon, 23 Oct 2023 11:46:19 +0900 Subject: [PATCH] service: Set MemoryLimit to 20MB Change-Id: Iad4d58e10548e7c4c4b3abb05f2d7f0c1a6cf1d0 Signed-off-by: Unsung Lee --- config/stability-monitor.service | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4