projects
/
platform
/
core
/
appfw
/
pkgmgr-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5587e9e
)
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
patch
|
blob
|
history
diff --git
a/packaging/pkgmgr-info.service
b/packaging/pkgmgr-info.service
index e1d90e5394e9f7768ba55de15164b3a77af2330e..27f8925160fe45ddae9bdbba78b06f40ed9eedeb 100755
(executable)
--- a/
packaging/pkgmgr-info.service
+++ b/
packaging/pkgmgr-info.service
@@
-13,7
+13,7
@@
OOMScoreAdjust=-100
Type=notify
User=app_fw
Group=app_fw
-Memory
Limit
=100M
+Memory
Max
=100M
[Install]
WantedBy=basic.target