projects
/
platform
/
core
/
system
/
storaged.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b4d5c3
)
MemoryLimit has been replaced by MemoryMax
35/312135/1
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:15:49 +0000
(15:15 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:15:49 +0000
(15:15 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: I231d74b3dd589ce99f04c14967b568b1d04ce944
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
systemd/storaged.service
patch
|
blob
|
history
diff --git
a/systemd/storaged.service
b/systemd/storaged.service
index ca96441b62de95d54a38a788162bb7c4dbdce76d..ae5e525e91e9215df7d08588006b5d0bc1960b34 100644
(file)
--- a/
systemd/storaged.service
+++ b/
systemd/storaged.service
@@
-11,7
+11,7
@@
ExecStart=/usr/bin/storaged
Restart=always
RestartSec=0
KillSignal=SIGUSR1
-Memory
Limit
=20M
+Memory
Max
=20M
[Install]
WantedBy=delayed.target