MemoryLimit has been replaced by MemoryMax 71/320971/2 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20241127.040813
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:18:45 +0000 (15:18 +0200)
committerUnsung Lee <unsung.lee@samsung.com>
Tue, 26 Nov 2024 07:14:55 +0000 (16:14 +0900)
The  MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.

Change-Id: I4945b57ecc8cf6fe23b5c4f270e1f7c7482954f4
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
data/tlm.service

index 8cc8b2134c25fd5476424035973196f460cd99e8..c112649139454c15767687c2e816e11434c9b164 100644 (file)
@@ -12,7 +12,7 @@ CapabilityBoundingSet=~CAP_MAC_OVERRIDE
 #StandardOutput=journal
 #StandardError=journal
 #TTYPath=/dev/tty1
-MemoryLimit=20M
+MemoryMax=20M
 
 [Install]
 WantedBy=multi-user.target