projects
/
platform
/
core
/
appfw
/
amd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b31aef
)
MemoryLimit has been replaced by MemoryMax
09/312109/1
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:29:39 +0000
(11:29 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:29:39 +0000
(11:29 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: I767dc60a32719d92418c2549c8636b13b081a0e5
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/ac.service
patch
|
blob
|
history
diff --git
a/packaging/ac.service
b/packaging/ac.service
index 26eb3f85ad2c8c8594badee304c3a352f237b160..02b94a5e57be88c2b818a4a6f24172dccb82c00f 100644
(file)
--- a/
packaging/ac.service
+++ b/
packaging/ac.service
@@
-21,7
+21,7
@@
ExecStart=/usr/bin/amd
OOMScoreAdjust=-100
Restart=on-failure
RestartSec=3
-Memory
Limit
=100M
+Memory
Max
=100M
[Install]
WantedBy=basic.target