projects
/
platform
/
core
/
system
/
buxton2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fa471
)
MemoryLimit has been replaced by MemoryMax
26/312126/1
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 11:05:41 +0000
(13:05 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 11:05:41 +0000
(13:05 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: Ia69ea64586dfacf27cae12129c48b25a2d224d9f
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/buxton2.service
patch
|
blob
|
history
diff --git
a/packaging/buxton2.service
b/packaging/buxton2.service
index f329781320dc0f2e4126a8617a0d6979bcf6131f..7d9a11081bf8e325f20ede7f483c467d5886285d 100644
(file)
--- a/
packaging/buxton2.service
+++ b/
packaging/buxton2.service
@@
-10,7
+10,7
@@
ExecStart=/usr/sbin/buxton2d -f
User=buxton
Group=buxton
LimitNOFILE=16384
-Memory
Limit
=50M
+Memory
Max
=50M
[Install]
WantedBy=basic.target