MemoryLimit has been replaced by MemoryMax 12/312112/1
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:33:13 +0000 (11:33 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:33:13 +0000 (11:33 +0200)
The  MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.

Change-Id: Ia2ddb61da6ec44f0e5d0e9b6096985d3e57f716f
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/pkgmgr-info.service

index e1d90e5394e9f7768ba55de15164b3a77af2330e..27f8925160fe45ddae9bdbba78b06f40ed9eedeb 100755 (executable)
@@ -13,7 +13,7 @@ OOMScoreAdjust=-100
 Type=notify
 User=app_fw
 Group=app_fw
-MemoryLimit=100M
+MemoryMax=100M
 
 [Install]
 WantedBy=basic.target