Add memory limit to the systemd service file 83/246583/1
authorhyunho <hhstark.kang@samsung.com>
Mon, 2 Nov 2020 08:08:26 +0000 (17:08 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 2 Nov 2020 08:08:57 +0000 (17:08 +0900)
Change-Id: I5087c57ae88822c09361850f5f11277236df408d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
packaging/data-provider-master.service

index c5aa30e..3e6f909 100644 (file)
@@ -13,6 +13,7 @@ ExecStart=/usr/bin/data-provider-master
 TimeoutStopSec=3s
 Restart=on-failure
 RestartSec=0
+MemoryLimit=50M
 
 [Install]
 WantedBy=multi-user.target